From 36ac25c5648bfd5702c8a22101f8e338547b0a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Ram=C3=ADrez=20Garc=C3=ADa?= Date: Wed, 16 Oct 2024 14:34:55 +0200 Subject: [PATCH] Release 1.4.2 (#272) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Push HISTORY for the release * Bump version: 1.4.1 → 1.4.2 --- .bumpversion.cfg | 3 ++- HISTORY.md | 8 ++++++++ fuse/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 40435a6e..618ef9cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1 +current_version = 1.4.2 commit = True tag = True @@ -10,3 +10,4 @@ replace = version = "{new_version}" [bumpversion:file:fuse/__init__.py] search = __version__ = "{current_version}" replace = __version__ = "{new_version}" + diff --git a/HISTORY.md b/HISTORY.md index 3ecee201..90f4a561 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +1.4.2 / 2024-10-16 +------------------ +* utilix>0.9 compatibility (https://github.com/XENONnT/fuse/pull/267) +* [pre-commit.ci] pre-commit autoupdate (https://github.com/XENONnT/fuse/pull/266) +* Import MongoDownloader from utilix (https://github.com/XENONnT/fuse/pull/271) +* Remove WFSim connection (https://github.com/XENONnT/fuse/pull/268) +* Area correction override (https://github.com/XENONnT/fuse/pull/269) + 1.4.1 / 2024-09-17 ------------------ * pulse_id type casting inconsistency (#260) diff --git a/fuse/__init__.py b/fuse/__init__.py index b23fbbe6..f836a4ab 100644 --- a/fuse/__init__.py +++ b/fuse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.1" +__version__ = "1.4.2" from . import dtypes from .dtypes import * diff --git a/pyproject.toml b/pyproject.toml index 76a84204..3ef7bdeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xenon-fuse" -version = "1.4.1" +version = "1.4.2" description = "XENON Framework for Unified Simulations of Events" authors = [ "Henning Schulze Eißing, ",