Skip to content

Commit

Permalink
Version bump 0.8.5 (#922)
Browse files Browse the repository at this point in the history
* Update history

* Add config file for bump2version

* Bump version: 0.8.4 → 0.8.5
  • Loading branch information
thequilo committed Nov 13, 2023
1 parent 58718c0 commit cd90ee1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .bumpversion.cfg
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 0.8.5
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:sacred/__about__.py]
12 changes: 11 additions & 1 deletion HISTORY.rst
@@ -1,8 +1,18 @@
Release History
---------------

0.8.5 (2023-11-13)
++++++++++++++++++

Minor release with a few small fixes.

* Feature: Add setting for the default heartbeat interval
* Bugfix: Don't ignore non-loadable classes in config files (#902, thanks @ernestum)
* Bugfix: Fix an import error that made conda-forge build fail (#921, thanks @n-gao)
* Doc: Update CDE tool that doesn't exist anymore and fix starter example (#905, #906, thanks @zhimin-z)

0.8.4 (2023-01-25)
++++++++
++++++++++++++++++

Minor release with a few small fixes.

Expand Down
2 changes: 1 addition & 1 deletion sacred/__about__.py
Expand Up @@ -7,7 +7,7 @@

__all__ = ("__version__", "__author__", "__author_email__", "__url__")

__version__ = "0.8.4"
__version__ = "0.8.5"

__author__ = "Klaus Greff"
__author_email__ = "klaus.greff@startmail.com"
Expand Down

0 comments on commit cd90ee1

Please sign in to comment.