Skip to content

Commit

Permalink
Release 1.4.2 (#272)
Browse files Browse the repository at this point in the history
* Push HISTORY for the release

* Bump version: 1.4.1 → 1.4.2
  • Loading branch information
ramirezdiego authored Oct 16, 2024
1 parent 205afa5 commit 36ac25c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.1
current_version = 1.4.2
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ replace = version = "{new_version}"
[bumpversion:file:fuse/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fuse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.4.1"
__version__ = "1.4.2"

from . import dtypes
from .dtypes import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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, <[email protected]>",
Expand Down

0 comments on commit 36ac25c

Please sign in to comment.