Skip to content

Commit

Permalink
Bump Version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Sep 26, 2024
1 parent c262c70 commit 4f83d34
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.6.0'
# The full version, including alpha/beta/rc tags
release = '1.6.0-RC-2'
release = '1.6.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.6.0-RC-2")
__version__ = version.parse("1.6.0")

0 comments on commit 4f83d34

Please sign in to comment.