From 0bcd9e4491160bc7f25611c1fe427e031ff871c1 Mon Sep 17 00:00:00 2001 From: Ananthu-Ravindran Date: Mon, 13 May 2024 14:57:50 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=200.2.27=20=E2=86=92=200.2.?= =?UTF-8?q?28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- xedocs/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b018f69..4c47bdd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.27 +current_version = 0.2.28 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 4e8fa53..efd5dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.27" +version = "0.2.28" 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 cb39b50..29c97e0 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.27" +__version__ = "0.2.28" import logging From a6d3dc0f48d6b93366727022e5afded14372f996 Mon Sep 17 00:00:00 2001 From: Ananthu-Ravindran Date: Mon, 13 May 2024 15:00:45 -0500 Subject: [PATCH 2/2] History.rst updated --- HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a59b316..5b39d4a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.2.28 (2024-05-13) +------------------ +* Detector numbers by @Ananthu-Ravindran in https://github.com/XENONnT/xedocs/pull/126 + +**Full Changelog**: https://github.com/XENONnT/xedocs/compare/v0.2.27...v0.2.28 + 0.2.27 (2024-04-29) ------------------ * Update README.rst by @kdund in https://github.com/XENONnT/xedocs/pull/116