Changeset - 508b3976345e
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-18 15:03:18
marcin@python-works.com
bumped development version
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -27,9 +27,9 @@
 
# MA  02110-1301, USA.
 

	
 

	
 
VERSION = (1, 1, 0, 'beta')
 
VERSION = (1, 2, 0, 'beta')
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 
__dbversion__ = 2 #defines current db version for migrations
 
__dbversion__ = 3 #defines current db version for migrations
 

	
 
try:
 
    from rhodecode.lib.utils import get_current_revision
0 comments (0 inline, 0 general)