From 2eb649ffec0c1a702864ae0330ab72c2a70927f0 Mon Sep 17 00:00:00 2001 From: Henrique Bastos Date: Sat, 29 Dec 2012 18:05:43 -0200 Subject: [PATCH] Release 0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 70a185b..b1059e7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='django-aggregate-if', - version='0.1', + version='0.2', description='Conditional aggregates for Django, just like the famous SumIf in Excel.', long_description=open(os.path.join(os.path.dirname(__file__), "README.txt")).read(), author="Henrique Bastos", author_email="henrique@bastos.net", @@ -14,7 +14,7 @@ platforms='any', include_package_data=True, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',