Skip to content

Commit

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

* Bump version: 2.1.4 → 2.1.5
  • Loading branch information
dachengx committed Oct 12, 2023
1 parent 02621e1 commit 11cdb5c
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.4
current_version = 2.1.5
files = setup.py straxen/__init__.py
commit = True
tag = True
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.1.5 / 2023-10-11
-------------------
* Som plugin by @LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1269


**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.4...v2.1.5


2.1.4 / 2023-10-04
-------------------
* No need to apply `strax.check_chunk_n` individually by @dachengx in https://github.com/XENONnT/straxen/pull/1267
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def open_requirements(path):
history = file.read()

setuptools.setup(name='straxen',
version='2.1.4',
version='2.1.5',
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,4 +1,4 @@
__version__ = '2.1.4'
__version__ = '2.1.5'

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 11cdb5c

Please sign in to comment.