Skip to content

Commit

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

* Bump version: 2.2.6 → 2.2.7

* Fix bug, sharedarray is no longer in taht position
  • Loading branch information
dachengx authored Nov 27, 2024
1 parent f599555 commit bdaa023
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.6
current_version = 2.2.7
files = setup.py straxen/__init__.py
commit = True
tag = True
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.7 / 2024-11-26
-------------------
**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.6...v2.2.7


2.2.6 / 2024-10-08
-------------------
* Specify strax version in pytest.yml by @chnlkx in https://github.com/XENONnT/straxen/pull/1431
Expand Down
1 change: 0 additions & 1 deletion extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# File for the requirements of straxen with the automated tests
sharedarray@https://xenon.isi.edu/python/SharedArray-3.2.3.tar.gz # workaround for numpy 2.0.0 build problem, see XENONnT/base_environment#1718
git+https://github.com/XENONnT/base_environment
git+https://github.com/AxFoundation/strax
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.6",
version="2.2.7",
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.6"
__version__ = "2.2.7"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit bdaa023

Please sign in to comment.