Skip to content

Commit 6e0eb17

Browse files
author
Richard Gildea
committed
Bump version: 0.26.0 → 0.27.0
1 parent 7b65be7 commit 6e0eb17

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.26.0
2+
current_version = 0.27.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.27.0 (2023-03-16)
9+
-------------------
710
* Add Dockerfile and build-and-push-docker-image GitHub workflow
811
* Add ``zocalo.pickup`` command for re-submitting messages stored in the ``zocalo.go.fallback_location`` while the message broker is unavailable
912

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.26.0"
61+
version = "0.27.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.26.0
3+
version = 0.27.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.26.0"
9+
__version__ = "0.27.0"
1010

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

0 commit comments

Comments
 (0)