Skip to content

Commit

Permalink
Release 1.2.3 (#222)
Browse files Browse the repository at this point in the history
* Bump version: 1.2.2 → 1.2.3

* Update HISTORY.md
  • Loading branch information
HenningSE authored May 16, 2024
1 parent e3523ca commit b2c0acd
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2.2
current_version = 1.2.3
commit = True
tag = True

Expand Down
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.2.3 / 2024-05-16
------------------
* Fix bug when building docs locally (#217)
* Increase test timeout to 30 minutes (#221)
* Add missing return to stop plugin in case of empty input (#216)
* Add more tests (#212)

1.2.2 / 2024-05-03
------------------
* Add Zenodo batch (f08d6ce)
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.2.2"
__version__ = "1.2.3"

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

0 comments on commit b2c0acd

Please sign in to comment.