Updated django-taggit to 0.12.1

This commit is contained in:
Karl Hobley 2014-08-27 11:11:00 +01:00
parent 1e0bd57415
commit bab28400de
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ install_requires = [
"django-compressor>=1.4",
"django-libsass>=0.2",
"django-modelcluster>=0.3",
"django-taggit==0.12.0",
"django-taggit==0.12.1",
"django-treebeard==2.0",
"Pillow>=2.3.0",
"beautifulsoup4>=4.3.2",

View file

@ -4,7 +4,7 @@ base =
django-compressor>=1.4
django-libsass>=0.2
django-modelcluster>=0.3
django-taggit==0.12.0
django-taggit==0.12.1
django-treebeard==2.0
Pillow>=2.3.0
beautifulsoup4>=4.3.2