Skip to content

Commit

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

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

## v3.0.35 (2024-11-20)

### Other

* Do not use the JEL for completions, as the statistics are incomplete ([#405](https://github.com/WIPACrepo/iceprod/issues/405)) ([`0122974`](https://github.com/WIPACrepo/iceprod/commit/0122974a6f46ad6ad1cb2c731a7611e1445f3b43))

## v3.0.34 (2024-11-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__ = "3.0.34"
__version__ = "3.0.35"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit fe2cf4b

Please sign in to comment.