From e30d40ba37214ff378231005c11fdd458b4dc8b3 Mon Sep 17 00:00:00 2001 From: LuisSanchez25 Date: Mon, 5 Aug 2024 14:18:54 -0400 Subject: [PATCH 1/2] bump version --- .bumpversion.cfg | 2 +- HISTORY.rst | 5 +++++ pyproject.toml | 2 +- xedocs/__init__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3af10fc..4a49a65 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.29 +current_version = 0.2.30 commit = True tag = True diff --git a/HISTORY.rst b/HISTORY.rst index 3f2f529..6f58b8f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.2.31 (2024-09-06) +------------------ +* Add a new correction test_corrections to test inserting corrections into the xedocs database before moving to ONLINE corrections by @LuisSanchez25 +* Add a new kind of machine learning algorithm for position reconstruction by @LuisSanchez25 + 0.2.29 (2024-06-24) ------------------ * Xedocs version bump to accomdate rframe version bump https://github.com/XENONnT/rframe/pull/62 diff --git a/pyproject.toml b/pyproject.toml index 3574b72..afe509e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.29" +version = "0.2.30" homepage = "https://github.com/XENONnT/xedocs" description = "Top-level package for xedocs." authors = ["Yossi Mosbacher "] diff --git a/xedocs/__init__.py b/xedocs/__init__.py index 17c6fa5..5666209 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.29" +__version__ = "0.2.30" import logging From c5d924328031b2de2963b424acc7a6beed6c394b Mon Sep 17 00:00:00 2001 From: Ananthakrishnan RAVINDRAN <132569562+Ananthu-Ravindran@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:48:41 +0200 Subject: [PATCH 2/2] Update HISTORY.rst --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6f58b8f..8f65101 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.2.31 (2024-09-06) +0.2.30 (2024-09-06) ------------------ * Add a new correction test_corrections to test inserting corrections into the xedocs database before moving to ONLINE corrections by @LuisSanchez25 * Add a new kind of machine learning algorithm for position reconstruction by @LuisSanchez25