Skip to content

Commit

Permalink
Version bump 0.8.7 (#937)
Browse files Browse the repository at this point in the history
* Update history for 0.8.7

* Bump version: 0.8.6 → 0.8.7
  • Loading branch information
thequilo authored Nov 26, 2024
1 parent a0bd925 commit e4e5fd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.8.6
current_version = 0.8.7
commit = True
tag = True
tag_name = {new_version}
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release History
---------------

0.8.7 (2024-11-26)
++++++++++++++++++

Minor bugfix release, fixing an issue with the numpy 2.0 compatible changes from last release.

* Fix: Restore old behavior of is_different (#933, thanks @n-gao)
* Doc: Add Sacred to Gurubase (#935, @kursataktas )

0.8.6 (2024-08-26)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion sacred/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

__version__ = "0.8.6"
__version__ = "0.8.7"

__author__ = "Klaus Greff"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit e4e5fd8

Please sign in to comment.