Skip to content

Commit 9a9a726

Browse files
committed
bump version 0.2.0
1 parent 560084b commit 9a9a726

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
0.2.0 (2017-10-22)
7+
++++++++++++++++++
8+
9+
* Support for Python 3.7
10+
* Parametrizable errors
11+
612
0.1.1 (2017-10-22)
713
++++++++++++++++++
814

business_logic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from business_logic.core import LogicException, validated_by, validator # noqa: F401
22
from business_logic.errors import LogicErrors # noqa: F401
33

4-
__version__ = '0.1.1'
4+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)