We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262c70 commit 4f83d34Copy full SHA for 4f83d34
docs/source/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '1.6.0'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.6.0-RC-2'
+release = '1.6.0'
30
31
# -- General configuration ---------------------------------------------------
32
src/janeway/__init__.py
@@ -1,2 +1,2 @@
1
from packaging import version
2
-__version__ = version.parse("1.6.0-RC-2")
+__version__ = version.parse("1.6.0")
0 commit comments