Skip to content

Commit

Permalink
bugfix release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Aug 28, 2015
1 parent f560461 commit 7449616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
---------------

0.6.5 (2015-08-28)
++++++++++++++++++
* Feature: Support ``@ex.capture`` on methods (thanks to @Treora)
* Bugfix: fixed an error that occurred when a dependency module didn't have a
the '__file__' attribute

0.6.4 (2015-06-12)
++++++++++++++++++
* Bugfix: fixed a problem where some config modification would be displayed as
Expand Down
2 changes: 1 addition & 1 deletion sacred/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

__version__ = "0.6.4"
__version__ = "0.6.5"

__author__ = 'Klaus Greff'
__author_email__ = 'qwlouse@gmail.com'
Expand Down

0 comments on commit 7449616

Please sign in to comment.