Skip to content

Commit

Permalink
Bump version v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Jun 20, 2024
1 parent 224afa4 commit e73827d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Andy Byers, Mauro Sanchez & Martin Paul Eve'

# The short X.Y version
version = '1.5.5'
version = '1.5.6'
# The full version, including alpha/beta/rc tags
release = '1.5.5'
release = '1.5.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/janeway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from packaging import version
__version__ = version.parse("1.5.5")
__version__ = version.parse("1.5.6")

0 comments on commit e73827d

Please sign in to comment.