Skip to content

Commit

Permalink
Release 1.2.0 (#189)
Browse files Browse the repository at this point in the history
* Bump version: 1.1.0 → 1.2.0

* Update HISTORY.md
  • Loading branch information
HenningSE authored Apr 11, 2024
1 parent 8d4154d commit 0f81e47
Show file tree
Hide file tree
Showing 4 changed files with 15 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.1.0
current_version = 1.2.0
commit = True
tag = True

Expand Down
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.2.0 / 2024-04-11
------------------
* Specify lxml version (#185)
* Avoid duplicate code in downchunking (#180)
* Exclude PMT AP photons from raw_area_truth calculation (#176)
* Optional random seed as user input (#179)
* pre-commit autoupdate (#186)
* Automatic Plugin Documentation (#187)
* Embellish some codes (#188)
* Separate above- and below-gate drift of electrons (#178)
* Add photoionization plugins (#52)

1.1.0 / 2024-03-20
------------------
* Cleanup and refactor configurations (#163)
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.1.0"
__version__ = "1.2.0"

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

0 comments on commit 0f81e47

Please sign in to comment.