changeset 2464:c5e04fa85403 codereview

bumped sqlalchemy version
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 17 Jun 2012 21:29:30 +0200
parents b426ecc30319
children 8a8805478312
files requires.txt rhodecode/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/requires.txt	Fri Jun 15 00:24:14 2012 +0200
+++ b/requires.txt	Sun Jun 17 21:29:30 2012 +0200
@@ -2,7 +2,7 @@
 Beaker==1.6.3
 WebHelpers==1.3
 formencode==1.2.4
-SQLAlchemy==0.7.6
+SQLAlchemy==0.7.8
 Mako==0.7.0
 pygments>=1.4
 whoosh>=2.4.0,<2.5
--- a/rhodecode/__init__.py	Fri Jun 15 00:24:14 2012 +0200
+++ b/rhodecode/__init__.py	Sun Jun 17 21:29:30 2012 +0200
@@ -54,7 +54,7 @@
     "Beaker==1.6.3",
     "WebHelpers==1.3",
     "formencode==1.2.4",
-    "SQLAlchemy==0.7.6",
+    "SQLAlchemy==0.7.8",
     "Mako==0.7.0",
     "pygments>=1.4",
     "whoosh>=2.4.0,<2.5",