From 72c8d40ce71a9d27e141d7e5db1a63227fe536a8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Mar 2023 23:21:43 +0000 Subject: [PATCH] 1.9.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ file_catalog/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4195a..0b1537d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.9.6 (2023-03-24) +### Other +* PyMongo 4 is too advanced for us ([#142](https://github.com/WIPACrepo/file_catalog/issues/142)) ([`66d2bb1`](https://github.com/WIPACrepo/file_catalog/commit/66d2bb1e55fd790d8814ecf2e2acb10f3621d096)) + ## 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)) diff --git a/file_catalog/__init__.py b/file_catalog/__init__.py index dfcf384..291fd62 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.5" +__version__ = "1.9.6" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),