Changeset - 2cb2346d4641
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-10-11 19:11:30
marcin@python-works.com
version bump
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -24,7 +24,7 @@ versioning implementation: http://semver
 
@author: marcink
 
"""
 

	
 
VERSION = (1, 0, 0, 'rc2')
 
VERSION = (1, 0, 0, 'rc3')
 

	
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 

	
0 comments (0 inline, 0 general)