Skip to content

Commit

Permalink
Bump version to 0.2.8 (#190)
Browse files Browse the repository at this point in the history
* Bump version: 0.2.7 → 0.2.8

* write history
  • Loading branch information
hammannr authored Aug 26, 2024
1 parent ecb862a commit 0ef0fd6
Show file tree
Hide file tree
Showing 4 changed files with 10 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.7
current_version = 0.2.8
files = setup.py alea/__init__.py
commit = True
tag = True
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.2.8 / 2024-08-26
------------------
* Fix OSG submission by @hammannr in https://github.com/XENONnT/alea/pull/189


**Full Changelog**: https://github.com/XENONnT/alea/compare/v0.2.7...v0.2.8

0.2.7 / 2024-08-07
------------------
* Trigger PyPI workflow on "published" by @hammannr in https://github.com/XENONnT/alea/pull/185
Expand Down
2 changes: 1 addition & 1 deletion alea/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.7"
__version__ = "0.2.8"

from .parameters import *

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def open_requirements(path):

setuptools.setup(
name="alea-inference",
version="0.2.7",
version="0.2.8",
description="A tool to perform toyMC-based inference constructions",
author="Alea contributors, the XENON collaboration",
long_description=readme + "\n\n" + history,
Expand Down

0 comments on commit 0ef0fd6

Please sign in to comment.