Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 28, 2024
1 parent f8cb494 commit d830c1f
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.0.0"
version = "1.1.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.0.0"
version = "1.1.0"
description = "Infrastructure components for automated data processing at Diamond Light Source"
authors = ["Nicholas Devenish <[email protected]>"]
readme = "README.rst"
Expand Down Expand Up @@ -116,7 +116,7 @@ module = ["zocalo.util.slurm.models"]
ignore_errors = true

[tool.bumpversion]
current_version = "1.0.0"
current_version = "1.1.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__ = "[email protected]"
__version__ = "1.0.0"
__version__ = "1.1.0"

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

Expand Down

0 comments on commit d830c1f

Please sign in to comment.