Updated version and dependencies version

pull/6/head 0.1.5
Fabio Caccamo 2016-04-13 17:25:54 +02:00
parent 91b3809d61
commit 7c236c6641
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.4'
__version__ = '0.1.5'

View File

@ -18,7 +18,7 @@ setup(
keywords=['django', 'admin', 'interface', 'ui', 'flat', 'theme', 'custom'],
install_requires=[
'django-colorfield==0.1.10',
'django-flat-theme==1.1.2'
'django-flat-theme==1.1.3'
],
classifiers=[]
)