We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2deb2e + 339d3b8 commit ab9d6bbCopy full SHA for ab9d6bb
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog
2
3
## Development
4
+## Version 0.4.5 (November 15, 2023)
5
+* Changes
6
+* CI updates, version numbers
7
-## Version 0.4.4 (16th November, 2023)
8
+
9
+## Version 0.4.4 (November 15, 2023)
10
11
Changes:
12
* Update table suppression when totals are true for pivot table ([#165](https://github.com/AI-SDC/ACRO/pull/165))
acro/version.py
@@ -1,2 +1,2 @@
"""ACRO version number."""
-__version__ = "0.4.3"
+__version__ = "0.4.5"
setup.py
@@ -9,7 +9,7 @@
setup(
name="acro",
- version="0.4.4",
+ version="0.4.5",
13
license="MIT",
14
maintainer="Jim Smith",
15
maintainer_email="[email protected]",
0 commit comments