Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:

v2603.0.0
~~~~~~~~
* Bumped version of freva-web to 2603.0.0



v2602.3.0
~~~~~~~~
* Bumped version of freva-web to 2602.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__ = "2602.3.0"
__version__ = "2603.0.0"

FREVA_PYTHON_VERSION = "3.13"
AVAILABLE_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down
2 changes: 1 addition & 1 deletion src/freva_deployment/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"vault": "2505.0.3",
"freva_rest": "2601.0.0",
"core": "2507.0.0",
"web": "2602.0.0",
"web": "2603.0.0",
"db": "9.3.0"
}
Loading