Skip to content

Commit

Permalink
update dependencies django 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 12, 2015
1 parent a9d30da commit 485b02a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contact_form_bootstrap/__init__.py
@@ -1 +1 @@
VERSION = '0.5.7'
VERSION = '0.5.8'
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
Django==1.7.8 ; 1.6.2
Django==1.8.2
django-crispy-bootstrap==0.1.1.1
django-crispy-forms==1.4.0
;django-contactform-bootstrap=0.5.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_tests.txt
@@ -1,4 +1,4 @@
Django==1.7.8 ; 1.6.2
Django==1.8.2
django-crispy-bootstrap==0.1.1.1
django-crispy-forms==1.4.0
;django-contactform-bootstrap=0.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@


install_requires = [
'django==1.7.8',
'django==1.8.2',
'django-crispy-bootstrap==0.1.1.1',
'django-crispy-forms==1.4.0',
# 'django-extra-views==0.6.4',
Expand Down

0 comments on commit 485b02a

Please sign in to comment.