Bump version to 0.2.6 to fix remaining Django 2.0 warnings

This commit is contained in:
Garret Wassermann
2017-12-28 09:11:34 -05:00
parent 5112f0dfd0
commit d18ce1f1d5
19 changed files with 28 additions and 28 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.5'
version = '0.2.6'
# Provided as an attribute, so you can append to these instead
# of replicating them: