We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8ebe1 commit 9bacc06Copy full SHA for 9bacc06
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Release notes
2
3
-## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.3...HEAD)
+## [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.
10
11
## [v0.5.3](https://github.com/open2c/cooltools/compare/v0.5.2...v0.5.3)
12
cooltools/__init__.py
@@ -11,7 +11,7 @@
"""
import logging
13
14
-__version__ = "0.5.3"
+__version__ = "0.5.4"
15
16
from . import lib
17
0 commit comments