Bump version to 0.2.5, add STATIC_ROOT to demo config to test collectstatic

This commit is contained in:
Garret Wassermann
2017-12-28 06:32:42 -05:00
parent 0d2df19835
commit f91762d4cd
3 changed files with 4 additions and 2 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.4'
version = '0.2.5'
# Provided as an attribute, so you can append to these instead
# of replicating them: