diff --git a/docs/source/conf.py b/docs/source/conf.py index ba1301c88..dedc2fa4d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'Andy Byers, Mauro Sanchez & Martin Paul Eve' # The short X.Y version -version = '1.5.4' +version = '1.5.5' # The full version, including alpha/beta/rc tags -release = '1.5.4' +release = '1.5.5' # -- General configuration --------------------------------------------------- diff --git a/src/janeway/__init__.py b/src/janeway/__init__.py index d6b607b1e..5239f0b02 100644 --- a/src/janeway/__init__.py +++ b/src/janeway/__init__.py @@ -1,2 +1,2 @@ from packaging import version -__version__ = version.parse("1.5.4") +__version__ = version.parse("1.5.5")