Skip to content

Commit

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

* Bump version: 2.1.3 → 2.1.4
  • Loading branch information
dachengx authored Oct 4, 2023
1 parent 84317ad commit 8c70f8f
Show file tree
Hide file tree
Showing 4 changed files with 14 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.3
current_version = 2.1.4
files = setup.py straxen/__init__.py
commit = True
tag = True
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
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
* Bump xedocs from 0.2.24 to 0.2.25 in /extra_requirements by @dependabot in https://github.com/XENONnT/straxen/pull/1265
* Bump wfsim from 1.0.2 to 1.1.0 in /extra_requirements by @dependabot in https://github.com/XENONnT/straxen/pull/1264
* Update configuration of RTD, add xedocs docs by @dachengx in https://github.com/XENONnT/straxen/pull/1271
* Add pad-array protocol by @jmosbacher in https://github.com/XENONnT/straxen/pull/1266


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

2.1.3 / 2023-09-08
-------------------
* Manually check event overlapping by @FaroutYLq in https://github.com/XENONnT/straxen/pull/1214
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.3',
version='2.1.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,4 +1,4 @@
__version__ = '2.1.3'
__version__ = '2.1.4'

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 8c70f8f

Please sign in to comment.