aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-03-17 18:26:20 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-03-17 18:26:20 +0200
commit6161da703aa0450fc42955703526e674d9286bb8 (patch)
tree1df1f9f8973c719b4b8252f5de6ac0f05a732ebd
parenta8b61f8998d22b927a2d36ffb2c14a244ef52706 (diff)
bump mako version
--HG-- branch : beta
-rw-r--r--requires.txt2
-rw-r--r--rhodecode/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requires.txt b/requires.txt
index c9084e30..c66bce2b 100644
--- a/requires.txt
+++ b/requires.txt
@@ -3,7 +3,7 @@ Beaker==1.6.3
WebHelpers==1.3
formencode==1.2.4
SQLAlchemy==0.7.5
-Mako==0.5.0
+Mako==0.6.2
pygments>=1.4
whoosh>=2.3.0,<2.4
celery>=2.2.5,<2.3
diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py
index d2be1542..3fd88c73 100644
--- a/rhodecode/__init__.py
+++ b/rhodecode/__init__.py
@@ -42,7 +42,7 @@ requirements = [
"WebHelpers==1.3",
"formencode==1.2.4",
"SQLAlchemy==0.7.5",
- "Mako==0.5.0",
+ "Mako==0.6.2",
"pygments>=1.4",
"whoosh>=2.3.0,<2.4",
"celery>=2.2.5,<2.3",