Skip to content

Commit

Permalink
Bump version v.1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Oct 11, 2024
1 parent f80abbf commit 73d4e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.7.0'
# The full version, including alpha/beta/rc tags
release = '1.7.0-RC-1'
release = '1.7.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/janeway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from packaging import version
__version__ = version.parse("1.7.0-RC-5")
__version__ = version.parse("1.7.0")

0 comments on commit 73d4e63

Please sign in to comment.