Skip to content

Commit cd90ee1

Browse files
authored
Version bump 0.8.5 (#922)
* Update history * Add config file for bump2version * Bump version: 0.8.4 → 0.8.5
1 parent 58718c0 commit cd90ee1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.bumpversion.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[bumpversion]
2+
current_version = 0.8.5
3+
commit = True
4+
tag = True
5+
tag_name = {new_version}
6+
7+
[bumpversion:file:sacred/__about__.py]

HISTORY.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
Release History
22
---------------
33

4+
0.8.5 (2023-11-13)
5+
++++++++++++++++++
6+
7+
Minor release with a few small fixes.
8+
9+
* Feature: Add setting for the default heartbeat interval
10+
* Bugfix: Don't ignore non-loadable classes in config files (#902, thanks @ernestum)
11+
* Bugfix: Fix an import error that made conda-forge build fail (#921, thanks @n-gao)
12+
* Doc: Update CDE tool that doesn't exist anymore and fix starter example (#905, #906, thanks @zhimin-z)
13+
414
0.8.4 (2023-01-25)
5-
++++++++
15+
++++++++++++++++++
616

717
Minor release with a few small fixes.
818

sacred/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
__version__ = "0.8.4"
10+
__version__ = "0.8.5"
1111

1212
__author__ = "Klaus Greff"
1313
__author_email__ = "klaus.greff@startmail.com"

0 commit comments

Comments
 (0)