Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.2 #272

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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