Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-dkrz committed Oct 25, 2024
1 parent b7020a1 commit 1e1b3e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ What's new
:maxdepth: 0
:titlesonly:

v2410.0.0
~~~~~~~~
* Add a routine to reset the mongo root password
* Add mongo user data facet validator

v2408.0.1
~~~~~~~~
* Some bug-fixes.
Expand Down
2 changes: 1 addition & 1 deletion src/freva_deployment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
from urllib.request import urlretrieve

__version__ = "2408.0.1"
__version__ = "2410.0.0"

FREVA_PYTHON_VERSION = "3.12"
AVAILABLE_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
2 changes: 1 addition & 1 deletion src/freva_deployment/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"vault": "2408.0.0",
"freva_rest": "2408.0.0",
"freva_rest": "2410.0.1",
"solr": "9.6.1",
"core": "2406.0.1",
"web": "2408.0.0",
Expand Down

0 comments on commit 1e1b3e9

Please sign in to comment.