From d830c1f13956239b6e7c94a26cf8fa2b0f15ce1d Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Wed, 28 Aug 2024 10:16:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- pyproject.toml | 4 ++-- src/zocalo/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9af3b35..591ba2e 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9a3897d..ae51391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.rst" @@ -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 diff --git a/src/zocalo/__init__.py b/src/zocalo/__init__.py index 9efc109..72a1386 100644 --- a/src/zocalo/__init__.py +++ b/src/zocalo/__init__.py @@ -6,7 +6,7 @@ __author__ = "Diamond Light Source - Data Analysis Group" __email__ = "dataanalysis@diamond.ac.uk" -__version__ = "1.0.0" +__version__ = "1.1.0" logging.getLogger("zocalo").addHandler(logging.NullHandler())