Skip to content

Commit

Permalink
Bump version to 0.2.28 (#127)
Browse files Browse the repository at this point in the history
* Bump version: 0.2.27 → 0.2.28

* History.rst updated
  • Loading branch information
Ananthu-Ravindran authored May 13, 2024
1 parent 6f3d493 commit 42ccece
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.27
current_version = 0.2.28
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <joe.mosbacher@gmail.com>"]
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.27"
__version__ = "0.2.28"


import logging
Expand Down

0 comments on commit 42ccece

Please sign in to comment.