From 37b80b29ff7cde87f380a2f5b6fc9a4474e5220e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 3 Jun 2019 13:38:32 -0400 Subject: [PATCH] Prep for a new release. --- milestones/__init__.py | 2 +- setup.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/milestones/__init__.py b/milestones/__init__.py index 5718ea9a..358974d3 100644 --- a/milestones/__init__.py +++ b/milestones/__init__.py @@ -2,4 +2,4 @@ Milestones app initialization module """ from __future__ import unicode_literals -__version__ = '0.1.13' +__version__ = '0.2.0' diff --git a/setup.py b/setup.py index a7d64c74..727048d7 100755 --- a/setup.py +++ b/setup.py @@ -14,13 +14,18 @@ url='https://github.com/edx/edx-milestones', license='AGPL', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Affero General Public License v3', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', 'Framework :: Django', + 'Framework :: Django :: 1.11', ], packages=find_packages(exclude=["tests"]), install_requires=[