From 39c1e12a458630b13e802e2e99b3e0e70dcb050b Mon Sep 17 00:00:00 2001 From: dachengx Date: Sun, 28 Apr 2024 08:01:48 -0500 Subject: [PATCH 1/2] Update HISTORY.md --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 42a002c..db2a3f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +v0.2.1 / 2024-04-28 +------------------- +* Use poetry by @dachengx in https://github.com/dachengx/axidence/pull/45 + +**Full Changelog**: https://github.com/dachengx/axidence/compare/v0.2.0...v0.2.1 + + v0.2.0 / 2024-04-27 ------------------- * Add `EventBuilding` cut by @dachengx in https://github.com/dachengx/axidence/pull/20 From 8737de989c49044934fad272a9e34eed1b240091 Mon Sep 17 00:00:00 2001 From: dachengx Date: Sun, 28 Apr 2024 08:02:11 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- axidence/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cfc64c0..1682d72 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 files = axidence/__init__.py commit = True tag = True diff --git a/axidence/__init__.py b/axidence/__init__.py index 5a1c9e0..93cf51e 100644 --- a/axidence/__init__.py +++ b/axidence/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" from . import dtypes from .dtypes import * diff --git a/pyproject.toml b/pyproject.toml index e1bbdfa..3f42d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "axidence" -version = "0.2.0" +version = "0.2.1" description = "strax-based data-driven accidental coincidence background simulation and peak-level salting" readme = "README.md" license = "BSD-3-Clause"