diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e19963..6d4195a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.9.5 (2023-03-24) +### Other +* Modify CICD so we can get semver tags on Docker images again ([#141](https://github.com/WIPACrepo/file_catalog/issues/141)) ([`54af1d7`](https://github.com/WIPACrepo/file_catalog/commit/54af1d7a3703056049a746048c26ae6e743e8a8b)) + ## v1.9.4 (2023-03-22) ### Other * Development ergonomics ([#140](https://github.com/WIPACrepo/file_catalog/issues/140)) ([`83913f2`](https://github.com/WIPACrepo/file_catalog/commit/83913f259c77903ce5bde421efab9669a4276dd0)) diff --git a/file_catalog/__init__.py b/file_catalog/__init__.py index dcc5d2c..dfcf384 100644 --- a/file_catalog/__init__.py +++ b/file_catalog/__init__.py @@ -11,7 +11,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.9.4" +__version__ = "1.9.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),