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