diff options
author | Dan McGee <dan@archlinux.org> | 2012-07-25 07:46:33 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-07-25 07:46:33 +0200 |
commit | b055a31c3450ea3e20d4726db2ca7657bc06597c (patch) | |
tree | e16e7acc7a8148664d3b1dde0118d7c1e4ce7a9e | |
parent | c1a6a87e23864ea044cb15f76b9dbb16734f08d8 (diff) | |
download | archweb-b055a31c3450ea3e20d4726db2ca7657bc06597c.tar.gz archweb-b055a31c3450ea3e20d4726db2ca7657bc06597c.tar.xz |
Bump Markdown 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 146ccbc..140cae9 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 2f0dec5..d0f3458 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 |