Skip to content

Commit

Permalink
Bump version: 0.29.0 → 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Jun 26, 2023
1 parent 7003502 commit 311942c
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.29.0
current_version = 0.30.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.30.0 (2023-06-26)
-------------------
* ``zocalo.configure_rabbitmq``: non-zero exit code on ``HTTPError``

0.29.0 (2023-06-02)
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.29.0"
version = "0.30.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.29.0
version = 0.30.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.29.0"
__version__ = "0.30.0"

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

Expand Down

0 comments on commit 311942c

Please sign in to comment.