Skip to content

Commit

Permalink
bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valian committed Sep 16, 2018
1 parent 560084b commit 9a9a726
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
Expand Up @@ -3,6 +3,12 @@
History
-------

0.2.0 (2017-10-22)
++++++++++++++++++

* Support for Python 3.7
* Parametrizable errors

0.1.1 (2017-10-22)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion business_logic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from business_logic.core import LogicException, validated_by, validator # noqa: F401
from business_logic.errors import LogicErrors # noqa: F401

__version__ = '0.1.1'
__version__ = '0.2.0'

0 comments on commit 9a9a726

Please sign in to comment.