Skip to content

Commit 9bacc06

Browse files
authored
Patch version bump
1 parent fd8ebe1 commit 9bacc06

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.3...HEAD)
3+
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.4...HEAD)
4+
5+
## [v0.5.4](https://github.com/open2c/cooltools/compare/v0.5.3...v0.5.4)
6+
7+
### Maintenance
8+
9+
* Updated import statements and requirements to use cooler 0.9.
410

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

cooltools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
import logging
1313

14-
__version__ = "0.5.3"
14+
__version__ = "0.5.4"
1515

1616
from . import lib
1717

0 commit comments

Comments
 (0)