From 09de49d5298a607f7680fbe8d37d1ac318fbd53e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Mar 2023 20:06:39 +0000 Subject: [PATCH] 1.9.4 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 18a277d..0e19963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) + ## v1.9.3 (2023-02-28) ### Other * Keycloak Authentication ([#138](https://github.com/WIPACrepo/file_catalog/issues/138)) ([`6623fb2`](https://github.com/WIPACrepo/file_catalog/commit/6623fb2d5dfb168ce41e002ed0f85bac5d3f63f8)) diff --git a/file_catalog/__init__.py b/file_catalog/__init__.py index 744ccb0..dcc5d2c 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.3" +__version__ = "1.9.4" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),