Skip to content

Commit

Permalink
Release 1.2.2 (#211)
Browse files Browse the repository at this point in the history
* Update HISTORY for the new release

* Bump version: 1.2.1 → 1.2.2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update HISTORY.md

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ramirezdiego and pre-commit-ci[bot] authored May 3, 2024
1 parent 44e9650 commit 230feb9
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1
current_version = 1.2.2
commit = True
tag = True

Expand Down
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.2.2 / 2024-05-03
------------------
* Add Zenodo batch (f08d6ce)
* pre-commit autoupdate (#205)
* No photons from electrons outside (#200)
* Rename s1 photon hits output (#206)
* Change g4_fields dtype for t (#209)
* Add x_truth, y_truth, z_truth (#202)
* Add tight coincidence and peak tagging in `ClusterTagging` (#210)

1.2.1 / 2024-04-24
------------------
* pre-commit autoupdate (#191)
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.1"
__version__ = "1.2.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.2.1"
version = "1.2.2"
description = "XENON Framework for Unified Simulations of Events"
authors = [
"Henning Schulze Eißing, <[email protected]>",
Expand Down

0 comments on commit 230feb9

Please sign in to comment.