comparison rhodecode/__init__.py @ 679:d85b0948e539 rhodecode-0.0.1.0.2

fixed hooks broken symlink issue fixed python2.5 crash. fixed #58 missing graph.js bug Fixed tests to remove the forked repository when building enviroment version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 15:03:40 +0100
parents bee56f209c40
children 3d0661b8aaa4
comparison
equal deleted inserted replaced
672:6f796f56a64c 679:d85b0948e539
22 RhodeCode, a web based repository management based on pylons 22 RhodeCode, a web based repository management based on pylons
23 versioning implementation: http://semver.org/ 23 versioning implementation: http://semver.org/
24 @author: marcink 24 @author: marcink
25 """ 25 """
26 26
27 VERSION = (1, 0, 1,) 27 VERSION = (1, 0, 2,)
28 28
29 __version__ = '.'.join((str(each) for each in VERSION[:4])) 29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
30 30
31 def get_version(): 31 def get_version():
32 """ 32 """