[chore] Bump version and changelog

This commit is contained in:
Fabian Joswig 2025-10-30 16:34:05 +01:00
commit 4cdddf0a76
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [2.16.0] - 2025-10-30
### Added
- Support for custom configuration number extraction in the sfcf input module.
### Fixed
- Calculation of expected chisquare in connection with priors.
### Changed
- Support for python<3.10 was dropped.
## [2.15.1] - 2025-10-19 ## [2.15.1] - 2025-10-19
### Fixed ### Fixed

View file

@ -1 +1 @@
__version__ = "2.16.0-dev" __version__ = "2.16.0"