Skip to content

Commit

Permalink
Bump version: 0.28.0 → 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Jun 2, 2023
1 parent b18ae18 commit 939e053
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.28.0
current_version = 0.29.0
commit = True
tag = True

Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ History

Unreleased
----------

0.29.0 (2023-06-02)
-------------------
* Expose ``url``, ``version``, ``user_name`` and ``user_token`` attributes on ``SlurmRestApi`` instances
* Load ``user_token`` from external file in ``SlurmRestApi`` rather than in the ``zocalo.configuration`` Slurm plugin to allow token changes to be picked up without re-loading ``zocalo.configuration``

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.28.0"
version = "0.29.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = zocalo
version = 0.28.0
version = 0.29.0
description = Infrastructure components for automated data processing at Diamond Light Source
author = Diamond Light Source - Data Analysis Group
author_email = dataanalysis@diamond.ac.uk
Expand Down
2 changes: 1 addition & 1 deletion src/zocalo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = "Diamond Light Source - Data Analysis Group"
__email__ = "dataanalysis@diamond.ac.uk"
__version__ = "0.28.0"
__version__ = "0.29.0"

logging.getLogger("zocalo").addHandler(logging.NullHandler())

Expand Down

0 comments on commit 939e053

Please sign in to comment.