Changeset - b64b809a3cae
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-02-26 20:31:04
marcin@python-works.com
version bump for beta
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

	
 
VERSION = (1, 3, 0, 'beta')
 
VERSION = (1, 3, 1, 'beta')
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 
__dbversion__ = 5  # defines current db version for migrations
 
__platform__ = platform.system()
0 comments (0 inline, 0 general)