Bump version to 0.2.7, add README note about initial Django 2.0 support

This commit is contained in:
Garret Wassermann
2018-03-04 02:09:54 -05:00
parent 3c456873a5
commit 6cb1ad740a
3 changed files with 11 additions and 4 deletions

View File

@ -6,7 +6,7 @@ from distutils.util import convert_path
from fnmatch import fnmatchcase
from setuptools import setup, find_packages
version = '0.2.6'
version = '0.2.7'
# Provided as an attribute, so you can append to these instead
# of replicating them:
@ -136,6 +136,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Framework :: Django",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Environment :: Web Environment",
"Operating System :: OS Independent",
"Intended Audience :: Customer Service",