Skip to content

Commit

Permalink
1.9.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 28, 2023
1 parent 52d29a3 commit 2ca27e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.9.7 (2023-03-28)
### Other
* Allow configuration of service address ([#143](https://github.com/WIPACrepo/file_catalog/issues/143)) ([`52d29a3`](https://github.com/WIPACrepo/file_catalog/commit/52d29a3949015d850963a09b92482e4b8af5c4b4))

## 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))
Expand Down
2 changes: 1 addition & 1 deletion file_catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
__version__ = "1.9.7"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 2ca27e9

Please sign in to comment.