Skip to content

Commit

Permalink
Bump to v2.2.6 (#1441)
Browse files Browse the repository at this point in the history
* Bump version: 2.2.4 → 2.2.6

* Update HISTORY.md
  • Loading branch information
dachengx authored Oct 8, 2024
1 parent 93a9ea4 commit 743fc21
Show file tree
Hide file tree
Showing 4 changed files with 12 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 = 2.2.4
current_version = 2.2.6
files = setup.py straxen/__init__.py
commit = True
tag = True
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion straxen/__init__.py
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down

0 comments on commit 743fc21

Please sign in to comment.