diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21b1a98..c9d3bff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ CHANGELOG --------- +1.9.3 +~~~~~ + +* Resolve #11 that was introduced with #7, that caused the same behavior + under different conditions. + + 1.9.2 ~~~~~ diff --git a/experta/__init__.py b/experta/__init__.py index cc006b2..7e4c06f 100644 --- a/experta/__init__.py +++ b/experta/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.9.2' +__version__ = '1.9.3' try: from .conditionalelement import AND, OR, NOT, TEST, EXISTS, FORALL