Skip to content

Commit

Permalink
Bump version: 0.2.28 → 0.2.29 (#129)
Browse files Browse the repository at this point in the history
* 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 <ananthuananthapuri1@gmail.com>
  • Loading branch information
3 people authored Jun 24, 2024
1 parent b69d59c commit d33882b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 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.2.28
current_version = 0.2.29
commit = True
tag = True

Expand Down
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <joe.mosbacher@gmail.com>"]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xedocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Yossi Mosbacher"""
__email__ = "joe.mosbacher@gmail.com"
__version__ = "0.2.28"
__version__ = "0.2.29"


import logging
Expand Down

0 comments on commit d33882b

Please sign in to comment.