From a14cadf16d901cf5b7ffe5bb56f5f3e5b7c9821e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Sat, 16 Nov 2019 20:15:31 +0100 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.rst | 7 +++++++ experta/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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