Skip to content

Commit 2ca27e9

Browse files
author
github-actions
committed
1.9.7
Automatically generated by python-semantic-release
1 parent 52d29a3 commit 2ca27e9

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.7 (2023-03-28)
6+
### Other
7+
* Allow configuration of service address ([#143](https://github.com/WIPACrepo/file_catalog/issues/143)) ([`52d29a3`](https://github.com/WIPACrepo/file_catalog/commit/52d29a3949015d850963a09b92482e4b8af5c4b4))
8+
59
## v1.9.6 (2023-03-24)
610
### Other
711
* 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))

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.6"
14+
__version__ = "1.9.7"
1515
version_info = (
1616
int(__version__.split(".")[0]),
1717
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)