Skip to content

Commit

Permalink
Bump freva_rest version to 2410.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Oct 9, 2024
1 parent 1e5903b commit daf2f3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ What's new
:maxdepth: 0
:titlesonly:

v2410.0.0
~~~~~~~~
* Bumped version of freva_rest to 2410.0.0-beta1



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
8 changes: 4 additions & 4 deletions src/freva_deployment/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"vault": "2408.0.0",
"freva_rest": "2408.0.0",
"solr": "9.6.1",
"vault": "2410.0.0",
"freva_rest": "2410.0.0-beta1",
"solr": "9.7.0",
"core": "2406.0.1",
"web": "2408.0.0",
"db": "11.1"
}
}

0 comments on commit daf2f3c

Please sign in to comment.