diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ea8da0..9fb2f549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.34 (2024-11-14) + +### Other + +* Add a flag to not auto-complete certain datasets ([#403](https://github.com/WIPACrepo/iceprod/issues/403)) ([`5d08da6`](https://github.com/WIPACrepo/iceprod/commit/5d08da68e2e408d4d9d4c268c9f859c70bd77c9d)) + ## v3.0.33 (2024-11-12) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 79ec4941..009aa648 100644 --- a/iceprod/__init__.py +++ b/iceprod/__init__.py @@ -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.33" +__version__ = "3.0.34" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),