From 651506346e4ad0585ac2e702e9b1dc6ce62f1026 Mon Sep 17 00:00:00 2001 From: Jonas Drotleff Date: Tue, 11 May 2021 13:07:34 +0200 Subject: [PATCH] Bump version --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 84e87ea..1cf4110 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): setup( name="django-feather", - version="0.2.6", + version="0.3.0", author="Jonas Drotleff", author_email="j.drotleff@desk-lab.de", cmdclass={"build_py": BuildIconsCommand}, @@ -58,11 +58,14 @@ def run(self): "testing": testing_extras, }, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", + "Framework :: Django :: 3.0", + "Framework :: Django :: 3.1", + "Framework :: Django :: 3.2", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3",