Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 18, 2024
1 parent f21392b commit 1451ed6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
push: true
build-args: VERSION=${{steps.repository.outputs.tag}}
tags: |
ghcr.io/${{ steps.repository.outputs.repo }}:${{ steps.repository.outputs.tag }}
ghcr.io/${{ steps.repository.outputs.repo }}:latest
ghcr.io/${{ steps.repository.outputs.repo }}/vault:${{ steps.repository.outputs.tag }}
ghcr.io/${{ steps.repository.outputs.repo }}/vault:latest
2 changes: 1 addition & 1 deletion docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ What's new
:maxdepth: 0
:titlesonly:

v2403.0.2
v2403.0.3
~~~~~~~~~
* A new procedure to check the correct versions of all micro services has
been added
Expand Down
2 changes: 1 addition & 1 deletion src/freva_deployment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from urllib.request import urlretrieve

__version__ = "2403.0.2"
__version__ = "2403.0.3"
FREVA_PYTHON_VERSION = "3.11"
AVAILABLE_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
AVAILABLE_CONDA_ARCHS = [
Expand Down

0 comments on commit 1451ed6

Please sign in to comment.