Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Nov 14, 2024
1 parent 98542e6 commit 16b5061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# the built documents.
#
# The short X.Y version.
version = "1.1.1"
version = "1.2.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zocalo"
version = "1.1.1"
version = "1.2.0"
description = "Infrastructure components for automated data processing at Diamond Light Source"
authors = ["Nicholas Devenish <ndevenish@gmail.com>"]
readme = "README.rst"
Expand Down Expand Up @@ -116,7 +116,7 @@ module = ["zocalo.util.slurm.models"]
ignore_errors = true

[tool.bumpversion]
current_version = "1.1.1"
current_version = "1.2.0"
commit = true
tag = true

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__ = "1.1.1"
__version__ = "1.2.0"

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

Expand Down

0 comments on commit 16b5061

Please sign in to comment.