Skip to content

Commit

Permalink
2.7.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 27, 2024
1 parent c4bcb01 commit b53ea73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v2.7.14 (2024-08-27)

### Other

* Update credentials to use new rest-tools syntax ([#373](https://github.com/WIPACrepo/iceprod/issues/373)) ([`c4bcb01`](https://github.com/WIPACrepo/iceprod/commit/c4bcb01c5590a0a32756822000aefb8d4fbd6d67))
* Fixes for materialization and job temp cleaning ([`2fddba2`](https://github.com/WIPACrepo/iceprod/commit/2fddba249db43bf3d390424120711ea5bab9f47d))

## v2.7.13 (2024-03-14)

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

0 comments on commit b53ea73

Please sign in to comment.