From b2c0acdfb14e100384e5772a953eeaa64307ae41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20Schulze=20Ei=C3=9Fing?= Date: Thu, 16 May 2024 10:49:20 +0200 Subject: [PATCH] Release 1.2.3 (#222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 1.2.2 → 1.2.3 * Update HISTORY.md --- .bumpversion.cfg | 2 +- HISTORY.md | 7 +++++++ fuse/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 354f420e..0663c139 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index fb0d76f8..1d3c753a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +1.2.3 / 2024-05-16 +------------------ +* Fix bug when building docs locally (#217) +* Increase test timeout to 30 minutes (#221) +* Add missing return to stop plugin in case of empty input (#216) +* Add more tests (#212) + 1.2.2 / 2024-05-03 ------------------ * Add Zenodo batch (f08d6ce) diff --git a/fuse/__init__.py b/fuse/__init__.py index 56fde083..2eeb2978 100644 --- a/fuse/__init__.py +++ b/fuse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.2" +__version__ = "1.2.3" from . import dtypes from .dtypes import * diff --git a/pyproject.toml b/pyproject.toml index d59cc3ad..dc2c1af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xenon-fuse" -version = "1.2.2" +version = "1.2.3" description = "XENON Framework for Unified Simulations of Events" authors = [ "Henning Schulze Eißing, ",