Skip to content

Commit

Permalink
1.9.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 24, 2023
1 parent 54af1d7 commit dbd9d8d
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.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))
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.4"
__version__ = "1.9.5"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit dbd9d8d

Please # to comment.