Skip to content

Commit f6a9b5c

Browse files
committed
bump deps
1 parent 3b823e3 commit f6a9b5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.6.1
22
==================
33

4-
* Update dependencies: `pillow==5.2.0` and `django-djconfig==0.7.0`
4+
* Update dependencies: `pillow==5.2.0` and `django-djconfig==0.8.0`
55

66
0.6.0
77
==================

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mistune==0.7.4
55
Pillow==5.2.0
66
olefile==0.45.1
77
django-infinite-scroll-pagination>=0.2.0,<0.3
8-
django-djconfig>=0.7.0,<0.8
8+
django-djconfig>=0.8.0,<0.9
99
uni-slugify==0.1.4
1010
Unidecode==1.0.22
1111
pytz

spirit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import unicode_literals
44

5-
__version__ = '0.6.2b'
5+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)