Skip to content

Commit

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

* Bump version: 2.1.2 → 2.1.3
  • Loading branch information
dachengx authored Mar 3, 2025
1 parent 710eefd commit 74090dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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.2
current_version = 2.1.3
files = strax/__init__.py docs/source/conf.py
commit = True
tag = True
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.1.3 / 2025-03-02
---------------------
* Prevent infinite loop in `get_splits` by @dachengx in https://github.com/AxFoundation/strax/pull/983
* All copy data from multiple per-chunk storage by @dachengx in https://github.com/AxFoundation/strax/pull/984

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.1.2...v2.1.3


2.1.2 / 2025-02-24
---------------------
* Allow `depends_on` rechunking by @dachengx in https://github.com/AxFoundation/strax/pull/975
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = "2.1.2"
version = "2.1.3"
# The full version, including alpha/beta/rc tags.
release = "2.1.2"
release = "2.1.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "strax"
version = "2.1.2"
version = "2.1.3"
description = "Streaming analysis for xenon TPCs"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion strax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "2.1.2"
__version__ = "2.1.3"

# Glue the package together
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you
Expand Down

0 comments on commit 74090dd

Please sign in to comment.