diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 383e77bc..7ef43205 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -7,6 +7,12 @@ What's new :maxdepth: 0 :titlesonly: +v2606.4.0 +~~~~~~~~ +* Bumped version of freva-nextgen to 2605.2.3 + + + v2606.3.0 ~~~~~~~~ * Add external secrets file. diff --git a/src/freva_deployment/__init__.py b/src/freva_deployment/__init__.py index 7c996786..cc301efe 100644 --- a/src/freva_deployment/__init__.py +++ b/src/freva_deployment/__init__.py @@ -1,7 +1,7 @@ import argparse from urllib.request import urlretrieve -__version__ = "2606.3.0" +__version__ = "2606.4.0" FREVA_PYTHON_VERSION = "3.13" AVAILABLE_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]