Skip to content

Commit 16b5061

Browse files
committed
Bump version: 1.1.1 → 1.2.0
1 parent 98542e6 commit 16b5061

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# the built documents.
6060
#
6161
# The short X.Y version.
62-
version = "1.1.1"
62+
version = "1.2.0"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zocalo"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Infrastructure components for automated data processing at Diamond Light Source"
55
authors = ["Nicholas Devenish <[email protected]>"]
66
readme = "README.rst"
@@ -116,7 +116,7 @@ module = ["zocalo.util.slurm.models"]
116116
ignore_errors = true
117117

118118
[tool.bumpversion]
119-
current_version = "1.1.1"
119+
current_version = "1.2.0"
120120
commit = true
121121
tag = true
122122

src/zocalo/__init__.py

+1-1
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__ = "1.1.1"
9+
__version__ = "1.2.0"
1010

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

0 commit comments

Comments
 (0)