From d33882bb9c77b42a11b16d85d459795a50f66f84 Mon Sep 17 00:00:00 2001 From: Peter Gyorgy Date: Mon, 24 Jun 2024 15:05:27 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.28=20=E2=86=92=200.2.29?= =?UTF-8?q?=20(#129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 0.2.28 → 0.2.29 * added info to history file * Update rframe requirement * poetry regenerated --------- Co-authored-by: Ananthakrishnan RAVINDRAN <132569562+Ananthu-Ravindran@users.noreply.github.com> Co-authored-by: Ananthu-Ravindran --- .bumpversion.cfg | 2 +- HISTORY.rst | 4 ++++ poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- xedocs/__init__.py | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4c47bdd..3af10fc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.28 +current_version = 0.2.29 commit = True tag = True diff --git a/HISTORY.rst b/HISTORY.rst index 5b39d4a..3f2f529 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ History ======= +0.2.29 (2024-06-24) +------------------ +* Xedocs version bump to accomdate rframe version bump https://github.com/XENONnT/rframe/pull/62 + 0.2.28 (2024-05-13) ------------------ * Detector numbers by @Ananthu-Ravindran in https://github.com/XENONnT/xedocs/pull/126 diff --git a/poetry.lock b/poetry.lock index 6c3a82d..a790497 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -2607,13 +2607,13 @@ files = [ [[package]] name = "rframe" -version = "0.2.20" +version = "0.2.21" description = "Top-level package for rframe." optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "rframe-0.2.20-py3-none-any.whl", hash = "sha256:5ec4c960576eb3120668d7c1abb2ffc327ff3c69e564ef10b08daa846e14fae1"}, - {file = "rframe-0.2.20.tar.gz", hash = "sha256:2377f40ac133fe98faa576b65b45c6665054b37f38e1f13670f57832e284f5ec"}, + {file = "rframe-0.2.21-py3-none-any.whl", hash = "sha256:9fea531072233cea2497f6c0639f9388334ae0a93e3c04c4ec1e78921a893148"}, + {file = "rframe-0.2.21.tar.gz", hash = "sha256:42f557e45208f60dacc829f846856b567baf599cedf4cc769322bc11e7d42e99"}, ] [package.dependencies] @@ -3368,4 +3368,4 @@ db = ["pymongo"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "44f64f62c3e6b05d270df550d99130c90da98350ed49699dc1ad0084673df989" +content-hash = "ea5a97140f47d6c02edf81fb65aaebbd431107faa8cd054fcdd694b74ef58b1f" diff --git a/pyproject.toml b/pyproject.toml index efd5dd6..3574b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.28" +version = "0.2.29" homepage = "https://github.com/XENONnT/xedocs" description = "Top-level package for xedocs." authors = ["Yossi Mosbacher "] @@ -23,7 +23,7 @@ packages = [ python = ">=3.8,<4.0" click = "*" rich = "*" -rframe = "^0.2.20" +rframe = "^0.2.21" pymongo = {version = "*", optional = true} appdirs = "^1.4.4" tinydb = "^4.7.0" diff --git a/xedocs/__init__.py b/xedocs/__init__.py index 29c97e0..17c6fa5 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.28" +__version__ = "0.2.29" import logging