Skip to content

Commit

Permalink
Bump to v0.3.1 (#81)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 0.3.0 → 0.3.1
  • Loading branch information
dachengx authored May 27, 2024
1 parent 41c34e8 commit 906d2d7
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 = 0.3.0
current_version = 0.3.1
files = axidence/__init__.py
commit = True
tag = True
Expand Down
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.3.1 / 2024-05-27
-------------------
* Remove unused plugin by @dachengx in https://github.com/XENONnT/axidence/pull/76
* Add more tests with real data by @dachengx in https://github.com/XENONnT/axidence/pull/77
* Remove unnecessary duplicated tests by @dachengx in https://github.com/XENONnT/axidence/pull/78
* Set minimum drift length of salted events by @dachengx in https://github.com/XENONnT/axidence/pull/79
* Add structure of documentation by @dachengx in https://github.com/XENONnT/axidence/pull/80

**Full Changelog**: https://github.com/XENONnT/axidence/compare/v0.3.0...v0.3.1


v0.3.0 / 2024-05-14
-------------------
* Move `ExhaustPlugin` to strax by @dachengx in https://github.com/XENONnT/axidence/pull/59
Expand Down
2 changes: 1 addition & 1 deletion axidence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

from . import dtypes
from .dtypes import *
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 = "axidence"
version = "0.3.0"
version = "0.3.1"
description = "strax-based data-driven accidental coincidence background simulation and peak-level salting"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 906d2d7

Please sign in to comment.