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, ",