From 743fc216bfe614ac725d2f88f44ac5de33ced46d Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Tue, 8 Oct 2024 04:39:11 -0400 Subject: [PATCH] Bump to v2.2.6 (#1441) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 2.2.4 → 2.2.6 * Update HISTORY.md --- .bumpversion.cfg | 2 +- HISTORY.md | 9 +++++++++ setup.py | 2 +- straxen/__init__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b9a6f2f71..6b7ec8d24 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.4 +current_version = 2.2.6 files = setup.py straxen/__init__.py commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 548ecd167..3fff5350c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +2.2.6 / 2024-10-08 +------------------- +* Specify strax version in pytest.yml by @chnlkx in https://github.com/XENONnT/straxen/pull/1431 +* Update definition of the SE Score (previously the SE density) for SR1 WIMP by @chnlkx in https://github.com/XENONnT/straxen/pull/1430 +* Copy https://github.com/XENONnT/straxen/pull/1417 by @dachengx in https://github.com/XENONnT/straxen/pull/1438 + +**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.4...v2.2.6 + + 2.2.4 / 2024-07-01 ------------------- * Parse USERDISK base on hostname in RunDB by @dachengx in https://github.com/XENONnT/straxen/pull/1384 diff --git a/setup.py b/setup.py index da5122c48..9e50e44e9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def open_requirements(path): setuptools.setup( name="straxen", - version="2.2.4", + version="2.2.6", 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 764e4e1a0..e486bd1df 100644 --- a/straxen/__init__.py +++ b/straxen/__init__.py @@ -1,5 +1,5 @@ # mypy: disable-error-code="no-redef" -__version__ = "2.2.4" +__version__ = "2.2.6" from utilix import uconfig from .common import *