Skip to content

Commit

Permalink
build: version bumped to 2.8.2, CHANGELOG updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jun 2, 2023
1 parent c6d04cf commit ba94cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyerrors/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.1"
__version__ = "2.8.2"

0 comments on commit ba94cbb

Please sign in to comment.