We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b823e3 commit f6a9b5cCopy full SHA for f6a9b5c
HISTORY.md
@@ -1,7 +1,7 @@
1
0.6.1
2
==================
3
4
-* Update dependencies: `pillow==5.2.0` and `django-djconfig==0.7.0`
+* Update dependencies: `pillow==5.2.0` and `django-djconfig==0.8.0`
5
6
0.6.0
7
requirements.txt
@@ -5,7 +5,7 @@ mistune==0.7.4
Pillow==5.2.0
olefile==0.45.1
django-infinite-scroll-pagination>=0.2.0,<0.3
8
-django-djconfig>=0.7.0,<0.8
+django-djconfig>=0.8.0,<0.9
9
uni-slugify==0.1.4
10
Unidecode==1.0.22
11
pytz
spirit/__init__.py
@@ -2,4 +2,4 @@
from __future__ import unicode_literals
-__version__ = '0.6.2b'
+__version__ = '0.6.1'
0 commit comments