From 0f81e47988275f866efb223bd28f0756dc7ea675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20Schulze=20Ei=C3=9Fing?= Date: Thu, 11 Apr 2024 18:47:45 +0200 Subject: [PATCH] Release 1.2.0 (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 1.1.0 → 1.2.0 * Update HISTORY.md --- .bumpversion.cfg | 2 +- HISTORY.md | 12 ++++++++++++ fuse/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b9cc9aa..9d3862b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 6c776cc5..b9104336 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/fuse/__init__.py b/fuse/__init__.py index ed687921..9d5d0d59 100644 --- a/fuse/__init__.py +++ b/fuse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.0" +__version__ = "1.2.0" from . import plugins from .plugins import * diff --git a/pyproject.toml b/pyproject.toml index 6f8329bc..39208728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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, ",