Skip to content

Commit

Permalink
Bump freva_rest version to 2408.0.0-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Jul 31, 2024
1 parent ff7e6cc commit 870b982
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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:

v2407.4.0
~~~~~~~~
* Bumped version of freva_rest to 2408.0.0-dev1



v2407.3.0
~~~~~~~~
* Bumped version of freva_rest to 2407.0.0
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__ = "2407.3.0"
__version__ = "2407.4.0"

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

0 comments on commit 870b982

Please sign in to comment.