Skip to content

Commit e4e5fd8

Browse files
authored
Version bump 0.8.7 (#937)
* Update history for 0.8.7 * Bump version: 0.8.6 → 0.8.7
1 parent a0bd925 commit e4e5fd8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.6
2+
current_version = 0.8.7
33
commit = True
44
tag = True
55
tag_name = {new_version}

HISTORY.rst

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

4+
0.8.7 (2024-11-26)
5+
++++++++++++++++++
6+
7+
Minor bugfix release, fixing an issue with the numpy 2.0 compatible changes from last release.
8+
9+
* Fix: Restore old behavior of is_different (#933, thanks @n-gao)
10+
* Doc: Add Sacred to Gurubase (#935, @kursataktas )
11+
412
0.8.6 (2024-08-26)
513
++++++++++++++++++
614

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.6"
10+
__version__ = "0.8.7"
1111

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

0 commit comments

Comments
 (0)