From dbd9d8d454d8df304edca1aa27419a3e23f7b75c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Mar 2023 20:59:13 +0000 Subject: [PATCH] 1.9.5 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 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]),