Skip to content

Commit 89bef86

Browse files
committed
release 1.2.0
1 parent 4f79cf3 commit 89bef86

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://github.com/top-on/optimal-congress"
55
name = "optimal-congress"
66
packages = [{include = "optimal_congress"}]
77
readme = "README.md"
8-
version = "1.1.1"
8+
version = "1.2.0"
99

1010
[tool.poetry.dependencies]
1111
pandas = "^2.2.3"

0 commit comments

Comments
 (0)