Skip to content

Commit

Permalink
Release 1.4.1 (#265)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 1.4.0 → 1.4.1
  • Loading branch information
HenningSE authored Sep 17, 2024
1 parent 49c8bde commit 73a345f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.4.1 / 2024-09-17
------------------
* pulse_id type casting inconsistency (#260)
* Make sure CDF goes to 1 smoothly (#261)
* Option to replace maps by constant dummy map (#262)

1.4.0 / 2024-09-10
------------------
* Efficient memory chunking in input plugin (#207)
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.0"
__version__ = "1.4.1"

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.0"
version = "1.4.1"
description = "XENON Framework for Unified Simulations of Events"
authors = [
"Henning Schulze Eißing, <[email protected]>",
Expand Down

0 comments on commit 73a345f

Please sign in to comment.