diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 4604803..9d00753 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -7,6 +7,10 @@ What's new :maxdepth: 0 :titlesonly: +v2410.0.3 +~~~~~~~~ +* bug-fixes in ci and furnish readthedocs + v2410.0.0 ~~~~~~~~ * Add a routine to reset the mongo root password diff --git a/src/freva_deployment/__init__.py b/src/freva_deployment/__init__.py index c7e40fc..ff7fdb0 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__ = "2410.0.0" +__version__ = "2410.0.3" FREVA_PYTHON_VERSION = "3.12" AVAILABLE_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]