Skip to content

Commit 311942c

Browse files
author
Richard Gildea
committed
Bump version: 0.29.0 → 0.30.0
1 parent 7003502 commit 311942c

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.29.0
2+
current_version = 0.30.0
33
commit = True
44
tag = True
55

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ History
44

55
Unreleased
66
----------
7+
8+
0.30.0 (2023-06-26)
9+
-------------------
710
* ``zocalo.configure_rabbitmq``: non-zero exit code on ``HTTPError``
811

912
0.29.0 (2023-06-02)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# the built documents.
5959
#
6060
# The short X.Y version.
61-
version = "0.29.0"
61+
version = "0.30.0"
6262
# The full version, including alpha/beta/rc tags.
6363
release = version
6464

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = zocalo
3-
version = 0.29.0
3+
version = 0.30.0
44
description = Infrastructure components for automated data processing at Diamond Light Source
55
author = Diamond Light Source - Data Analysis Group
66
author_email = [email protected]

src/zocalo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = "Diamond Light Source - Data Analysis Group"
88
__email__ = "[email protected]"
9-
__version__ = "0.29.0"
9+
__version__ = "0.30.0"
1010

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

0 commit comments

Comments
 (0)