Skip to content

Commit

Permalink
Bump version v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed May 1, 2024
1 parent 9132f09 commit 0f18c80
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "2"

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/source/conf.py
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========

Release notes have moved to [Github](https://github.com/BirkbeckCTP/janeway/releases)

v1.5.1 Archer
-------------
Upgrade Notes
Expand Down
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.1'
version = '1.5.3'
# The full version, including alpha/beta/rc tags
release = '1.5.1-RC-6'
release = '1.5.3'


# -- 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.2-RC-4")
__version__ = version.parse("1.5.3")

0 comments on commit 0f18c80

Please sign in to comment.