From 2e2037f04a77189de903b0e1a4b266b3c1d15512 Mon Sep 17 00:00:00 2001 From: Kelvin Chan Date: Tue, 12 Mar 2019 15:44:23 -0400 Subject: [PATCH] Bump version to 0.9.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50224dd..3b2c79a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): long_description=readme, maintainer="SD Elements", maintainer_email="django-security@sdelements.com", - version="0.9.9", + version="0.9.10", packages=["security", "security.south_migrations", "security.migrations", "security.auth_throttling"], url='https://github.com/sdelements/django-security',