From 11cdb5c8ae7e27990a84c269c4c3e7778acae50b Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Wed, 11 Oct 2023 22:46:41 -0400 Subject: [PATCH] Bump to v2.1.5 (#1280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update HISTORY.md * Bump version: 2.1.4 → 2.1.5 --- .bumpversion.cfg | 2 +- HISTORY.md | 8 ++++++++ setup.py | 2 +- straxen/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f6029f109..426c75367 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.4 +current_version = 2.1.5 files = setup.py straxen/__init__.py commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index c3df08016..8b95a5fab 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +2.1.5 / 2023-10-11 +------------------- +* Som plugin by @LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1269 + + +**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.4...v2.1.5 + + 2.1.4 / 2023-10-04 ------------------- * No need to apply `strax.check_chunk_n` individually by @dachengx in https://github.com/XENONnT/straxen/pull/1267 diff --git a/setup.py b/setup.py index d324dd973..1377d4b67 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def open_requirements(path): history = file.read() setuptools.setup(name='straxen', - version='2.1.4', + version='2.1.5', description='Streaming analysis for XENON', author='Straxen contributors, the XENON collaboration', url='https://github.com/XENONnT/straxen', diff --git a/straxen/__init__.py b/straxen/__init__.py index 166ef31bd..09de9993d 100644 --- a/straxen/__init__.py +++ b/straxen/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.1.4' +__version__ = '2.1.5' from utilix import uconfig from .common import *