Compare commits

...

2 Commits

Author SHA1 Message Date
Raphael Michel
96fa4d68bc Prepare release 2017-03-08 18:59:49 +01:00
Raphael Michel
a0d3cafc94 Pin bleach version 2017-03-08 18:58:39 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

View File

@@ -26,7 +26,7 @@ dj-static
csscompressor
django-markup
markdown
bleach
bleach==1.5
raven
django-i18nfield
# Stripe

View File

@@ -89,7 +89,7 @@ setup(
'csscompressor',
'django-markup',
'markdown',
'bleach',
'bleach==1.5',
'raven',
'paypalrestsdk==1.12.*',
'pycparser==2.13',