diff options
author | Dan McGee <dan@archlinux.org> | 2012-07-25 00:46:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-07-25 00:46:33 -0500 |
commit | b055a31c3450ea3e20d4726db2ca7657bc06597c (patch) | |
tree | e16e7acc7a8148664d3b1dde0118d7c1e4ce7a9e | |
parent | c1a6a87e23864ea044cb15f76b9dbb16734f08d8 (diff) |
Bump Markdown versionrelease_2012-07-25
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 146ccbcc..140cae99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.4 -Markdown==2.1.1 +Markdown==2.2.0 South==0.7.5 django-countries==1.2 pgpdump==1.3 diff --git a/requirements_prod.txt b/requirements_prod.txt index 2f0dec50..d0f34582 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,5 +1,5 @@ Django==1.4 -Markdown==2.1.1 +Markdown==2.2.0 South==0.7.5 django-countries==1.2 pgpdump==1.3 |