Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus authored Jan 20, 2023
1 parent 40c0b0b commit 8455627
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Release notes

## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.2...HEAD)
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.3...HEAD)

## [v0.5.3](https://github.com/open2c/cooltools/compare/v0.5.2...v0.5.3)

### Maintenance

* Improvements for `read_expected_from_file`
* Bug fix for dot caller 0/0 occurrences
* Remove `cytoolz` dependency
* Pin cooler <0.9 until compatibility

## [v0.5.2](https://github.com/open2c/cooltools/compare/v0.5.1...v0.5.2)

Expand Down
2 changes: 1 addition & 1 deletion cooltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
import logging

__version__ = "0.5.2"
__version__ = "0.5.3"

from . import lib

Expand Down

0 comments on commit 8455627

Please sign in to comment.