changeset 419:ccbe72990884 rhodecode-0.0.0.8.2

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 21 Aug 2010 18:32:53 +0200
parents 63c697d1a631
children a6000c18a8db
files pylons_app/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sat Aug 21 18:31:28 2010 +0200
+++ b/pylons_app/__init__.py	Sat Aug 21 18:32:53 2010 +0200
@@ -23,7 +23,7 @@
 @author: marcink
 """
 
-VERSION = (0, 8, 1, 'beta')
+VERSION = (0, 8, 2, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))