Skip to content

Commit 87bb9e1

Browse files
committed
Bump setup.py versions for some Django 1.9 fixes
1 parent 2c6a958 commit 87bb9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def find_version(*parts):
3939
license='Apache 2.0',
4040

4141
install_requires=[
42-
'django-fluent-utils>=1.1.4', # DRY utility code
42+
'django-fluent-utils>=1.2.3', # DRY utility code
4343
'django-mptt>=0.5.5', # Still supporting Django 1.5, use mptt 0.6 for Python 3 support.
4444
'django-parler>=1.4', # Needed for Django 1.8 compatibility
4545
'django-polymorphic>=0.7', # Needed for Django 1.8 compatibility

0 commit comments

Comments
 (0)