From 2e36d92a3df3cf9259e55297263a4c6f740a8401 Mon Sep 17 00:00:00 2001 From: Brobin Date: Thu, 4 Feb 2016 22:28:59 -0600 Subject: [PATCH] bump version and remove old py versions --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 8bc31a4..780d241 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,13 @@ setup( name='drf-generators', - version='0.2.7', + version='0.2.8', description='Generate DRF Serializers, Views, and urls for your API aplication.', long_description=README, url='https://github.com/brobin/drf-generators', - download_url = 'https://github.com/brobin/drf-generators/archive/0.2.7.zip', + download_url = 'https://github.com/brobin/drf-generators/archive/0.2.8.zip', author='Tobin Brown', author_email='tobin@brobin.me', @@ -28,13 +28,12 @@ 'Environment :: Web Environment', 'Framework :: Django :: 1.7', 'Framework :: Django :: 1.8', + 'Framework :: Django :: 1.9', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Natural Language :: English', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP',