From 6c79036c030e2c6b8de5524a95231fd30048defa Mon Sep 17 00:00:00 2001 From: Simon Weber Date: Wed, 16 Mar 2016 15:01:32 -0400 Subject: [PATCH] 1.0.1 --- HISTORY.rst | 6 ++++++ business_rules/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 43f7030b..9a682cb6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +1.0.1 ++++++ +released 2016-3-16 + +- Fixes a packaging bug preventing 1.0.0 from being installed on some platforms. + 1.0.0 +++++ released 2016-3-16 diff --git a/business_rules/__init__.py b/business_rules/__init__.py index b8e45b82..747404df 100644 --- a/business_rules/__init__.py +++ b/business_rules/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' from .engine import run_all from .utils import export_rule_data