Skip to content

Commit

Permalink
Bump to v3.0.2 (#1522)
Browse files Browse the repository at this point in the history
* Bump version: 3.0.1 → 3.0.2

* Update HISTORY.md
  • Loading branch information
dachengx authored Jan 13, 2025
1 parent a61fc62 commit dd63518
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 = 3.0.1
current_version = 3.0.2
files = straxen/__init__.py
commit = True
tag = True
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.0.2 / 2025-01-13
-------------------
* Collect SOM dtype at one place by @dachengx in https://github.com/XENONnT/straxen/pull/1511
* Stop support for list of "take" protocol by @dachengx in https://github.com/XENONnT/straxen/pull/1517
* Add `stage` flag for `RucioRemoteBackend` by @dachengx in https://github.com/XENONnT/straxen/pull/1520

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v3.0.1...v3.0.2


3.0.1 / 2024-12-27
-------------------
* Fix run_doc for led plugin by @GiovanniVolta in https://github.com/XENONnT/straxen/pull/1462
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 = "straxen"
version = "3.0.1"
version = "3.0.2"
description = "Streaming analysis for XENON"
readme = "README.md"
authors = [
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__ = "3.0.1"
__version__ = "3.0.2"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit dd63518

Please sign in to comment.