From f17b559e40f590fed7382664ac9eea47a8871eed Mon Sep 17 00:00:00 2001 From: CM Lubinski Date: Fri, 14 Jul 2017 10:33:04 -0400 Subject: [PATCH] Bump version to 7.1.0. We'd added support for Django 1.10 and 1.11 but continue to support 1.8 and 1.9, so we'll just bump the minor version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 768fc97ec..ab587d7e2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="regulations", - version="7.0.2", + version="7.1.0", packages=find_packages(), include_package_data=True, install_requires=[