Skip to content

Commit

Permalink
Bump Version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed May 15, 2024
1 parent be7a686 commit 40b2927
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.3'
version = '1.5.4'
# The full version, including alpha/beta/rc tags
release = '1.5.3'
release = '1.5.4'


# -- 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.3")
__version__ = version.parse("1.5.4")

0 comments on commit 40b2927

Please sign in to comment.