build: version bumped to 2.8.2, CHANGELOG updated.

This commit is contained in:
Fabian Joswig 2023-06-02 15:06:39 +01:00
parent c6d04cf88b
commit ba94cbb718
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## [2.8.2] - 2023-06-02
### Fixed
- Another bug appearing in an edge case of `_compute_drho` fixed.
## [2.8.1] - 2023-06-01
### Fixed
- `input.pandas` can now deal with columns that only have `None` entries.

View file

@ -1 +1 @@
__version__ = "2.8.1"
__version__ = "2.8.2"