Skip to content

Commit

Permalink
Prep for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Jun 5, 2019
1 parent a50e899 commit 37b80b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion milestones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Milestones app initialization module
"""
from __future__ import unicode_literals
__version__ = '0.1.13'
__version__ = '0.2.0'
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 37b80b2

Please sign in to comment.