Skip to content

Commit

Permalink
Bumped release version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenysizikov committed Oct 19, 2016
1 parent 4acd156 commit 913a638
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.0.4 (2016-10-19)
++++++++++++++++++
* [core] Fixed elif/if bug for a case when the same model should be registered in both
INDEXED_MODELS and SENDER_MAP for a signal processor.

0.0.3 (2016-10-14)
++++++++++++++++++
* [core] Added signals.ModelSignalProcessorMixin.teardown() to be able to
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nhaystack
=========

:Version: 0.0.3
:Version: 0.0.4
:Author: Noveo Group (http://noveogroup.com/)

Improvements, optimizations and back-ports for Haystack (with Elastic biases).
Expand Down
2 changes: 1 addition & 1 deletion nhaystack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
__title__ = 'nhaystack'
__author__ = 'Noveo Group'

VERSION = (0, 0, 3) # PEP 386
VERSION = (0, 0, 4) # PEP 386
__version__ = '.'.join(str(x) for x in VERSION)

0 comments on commit 913a638

Please sign in to comment.