changeset 283:0cf49c29c846 rhodecode-0.0.0.7.7

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 23:56:33 +0200
parents 237470e64bb8
children c4caeca9dd66
files pylons_app/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sun Jun 13 23:56:16 2010 +0200
+++ b/pylons_app/__init__.py	Sun Jun 13 23:56:33 2010 +0200
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (0, 7, 6, 'beta')
+VERSION = (0, 7, 7, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))