Skip to content

Commit

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

* Bump version: 2.2.2 → 2.2.3
  • Loading branch information
dachengx committed May 16, 2024
1 parent 465e596 commit 1312d95
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.2
current_version = 2.2.3
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.3 / 2024-05-16
-------------------
* No need to set `loop_over` for `EventBasics` by @dachengx in https://github.com/XENONnT/straxen/pull/1377
* Initialize plugins whose `depends_on` is property by @dachengx in https://github.com/XENONnT/straxen/pull/1379
* Collect functions used for documentation building in `docs_utils.py` by @dachengx in https://github.com/XENONnT/straxen/pull/1380

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


2.2.2 / 2024-04-30
-------------------
* Minor change of indents by @dachengx in https://github.com/XENONnT/straxen/pull/1341
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.2",
version="2.2.3",
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.2"
__version__ = "2.2.3"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 1312d95

Please sign in to comment.