diff rhodecode/__init__.py @ 1172:bd102f45950f rhodecode-0.0.1.1.7

changes for release 1.1.7
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Mar 2011 20:43:44 +0100
parents c5af1d3c861f
children 45fed9a435b7
line wrap: on
line diff
--- a/rhodecode/__init__.py	Tue Mar 22 12:05:34 2011 +0100
+++ b/rhodecode/__init__.py	Wed Mar 23 20:43:44 2011 +0100
@@ -27,7 +27,7 @@
 # MA  02110-1301, USA.
 import platform
 
-VERSION = (1, 1, 6)
+VERSION = (1, 1, 7)
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 __dbversion__ = 2 #defines current db version for migrations
 __platform__ = platform.system()