Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
top-on committed Dec 26, 2024
1 parent 4f79cf3 commit 89bef86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [1.2.0] - 2024-12-26
### Added
- Support for installation on nix systems
### Removed
- Removed tox test setup, relying on `pytest` in CI pipeline instead.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/top-on/optimal-congress"
name = "optimal-congress"
packages = [{include = "optimal_congress"}]
readme = "README.md"
version = "1.1.1"
version = "1.2.0"

[tool.poetry.dependencies]
pandas = "^2.2.3"
Expand Down

0 comments on commit 89bef86

Please sign in to comment.