Skip to content

Commit e73827d

Browse files
committed
Bump version v1.5.6
1 parent 224afa4 commit e73827d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Andy Byers, Mauro Sanchez & Martin Paul Eve'
2525

2626
# The short X.Y version
27-
version = '1.5.5'
27+
version = '1.5.6'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.5.5'
29+
release = '1.5.6'
3030

3131

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

src/janeway/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from packaging import version
2-
__version__ = version.parse("1.5.5")
2+
__version__ = version.parse("1.5.6")

0 commit comments

Comments
 (0)