We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224afa4 commit e73827dCopy full SHA for e73827d
docs/source/conf.py
@@ -24,9 +24,9 @@
24
author = 'Andy Byers, Mauro Sanchez & Martin Paul Eve'
25
26
# The short X.Y version
27
-version = '1.5.5'
+version = '1.5.6'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.5.5'
+release = '1.5.6'
30
31
32
# -- General configuration ---------------------------------------------------
src/janeway/__init__.py
@@ -1,2 +1,2 @@
1
from packaging import version
2
-__version__ = version.parse("1.5.5")
+__version__ = version.parse("1.5.6")
0 commit comments