diff options
author | Dan McGee <dan@archlinux.org> | 2013-08-12 09:53:03 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-08-12 09:53:03 -0500 |
commit | 1b5b1caaf87d13b14a4f02f7e5026644352f1209 (patch) | |
tree | 63a29a0553542583553095976d504d8f97342f75 | |
parent | b6678513858c5c4ad55082cec137e6870a22f7a4 (diff) |
Bump South requirements.txt version
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | requirements_prod.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 1909da1b..79bd1616 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==1.5.1 IPy==0.81 Markdown==2.3.1 -South==0.8.1 +South==0.8.2 bencode==1.0 django-countries==1.5 jsmin==2.0.3 diff --git a/requirements_prod.txt b/requirements_prod.txt index 425a6576..a8b380df 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,7 +2,7 @@ Django==1.5.1 IPy==0.81 Markdown==2.3.1 -South==0.8.1 +South==0.8.2 bencode==1.0 django-countries==1.5 jsmin==2.0.3 |