diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c457a6..1f2afea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.9.11 (2024-04-23) + +### Other + +* CI and python updates ([#147](https://github.com/WIPACrepo/file_catalog/issues/147)) ([`f830a1a`](https://github.com/WIPACrepo/file_catalog/commit/f830a1abf306cf84d3ca01e63b37f932d65fca8f)) + ## v1.9.10 (2023-12-21) ### Other diff --git a/file_catalog/__init__.py b/file_catalog/__init__.py index 99a8f01..6ad108c 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.10" +__version__ = "1.9.11" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),