Skip to content

Commit 09de49d

Browse files
author
github-actions
committed
1.9.4
Automatically generated by python-semantic-release
1 parent 83913f2 commit 09de49d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.9.4 (2023-03-22)
6+
### Other
7+
* Development ergonomics ([#140](https://github.com/WIPACrepo/file_catalog/issues/140)) ([`83913f2`](https://github.com/WIPACrepo/file_catalog/commit/83913f259c77903ce5bde421efab9669a4276dd0))
8+
59
## v1.9.3 (2023-02-28)
610
### Other
711
* Keycloak Authentication ([#138](https://github.com/WIPACrepo/file_catalog/issues/138)) ([`6623fb2`](https://github.com/WIPACrepo/file_catalog/commit/6623fb2d5dfb168ce41e002ed0f85bac5d3f63f8))

file_catalog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# is zero for an official release, positive for a development branch,
1212
# or negative for a release candidate or beta (after the base version
1313
# number has been incremented)
14-
__version__ = "1.9.3"
14+
__version__ = "1.9.4"
1515
version_info = (
1616
int(__version__.split(".")[0]),
1717
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)