Skip to content

Commit 4f83d34

Browse files
committed
Bump Version v1.6.0
1 parent c262c70 commit 4f83d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.6.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.6.0-RC-2'
29+
release = '1.6.0'
3030

3131
# -- General configuration ---------------------------------------------------
3232

src/janeway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from packaging import version
2-
__version__ = version.parse("1.6.0-RC-2")
2+
__version__ = version.parse("1.6.0")

0 commit comments

Comments
 (0)