Skip to content

Commit 0e28284

Browse files
authored
Version bump 0.8.6 (#931)
* Update history * Bump version: 0.8.5 → 0.8.6
1 parent 02b4e3d commit 0e28284

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.5
2+
current_version = 0.8.6
33
commit = True
44
tag = True
55
tag_name = {new_version}

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release History
22
---------------
33

4+
0.8.6 (2024-08-26)
5+
++++++++++++++++++
6+
7+
Minor release for compatibility with Numpy>=2.0
8+
9+
* Add support for Numpy>=2.0 (#928)
10+
* Switch from dopcopt (unmaintained) to docopt-ng (maintained fork) (#927, thanks @n-gao)
11+
12+
413
0.8.5 (2023-11-13)
514
++++++++++++++++++
615

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.5"
10+
__version__ = "0.8.6"
1111

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

0 commit comments

Comments
 (0)