Skip to content

Commit

Permalink
Bump to v2.2.4 (#1395)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 2.2.3 → 2.2.4
  • Loading branch information
dachengx authored Jul 1, 2024
1 parent 75a2d85 commit 7a4edce
Show file tree
Hide file tree
Showing 4 changed files with 19 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.3
current_version = 2.2.4
files = setup.py straxen/__init__.py
commit = True
tag = True
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.2.4 / 2024-07-01
-------------------
* Parse USERDISK base on hostname in RunDB by @dachengx in https://github.com/XENONnT/straxen/pull/1384
* Fix packages temporarily for documentation generation by @dachengx in https://github.com/XENONnT/straxen/pull/1385
* Bad url warnings by @LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1216
* Allow local blinding files by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1387
* Lock strax version in test by @dachengx in https://github.com/XENONnT/straxen/pull/1389
* Add xedocs version to context config, only if xedocs is called by @Ananthu-Ravindran in https://github.com/XENONnT/straxen/pull/1393
* Revert "Lock strax version in test" by @dachengx in https://github.com/XENONnT/straxen/pull/1394

New Contributors
* @Ananthu-Ravindran made their first contribution in https://github.com/XENONnT/straxen/pull/1393

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.3...v2.2.4


2.2.3 / 2024-05-16
-------------------
* No need to set `loop_over` for `EventBasics` by @dachengx in https://github.com/XENONnT/straxen/pull/1377
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.3",
version="2.2.4",
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.3"
__version__ = "2.2.4"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 7a4edce

Please sign in to comment.