comparison rhodecode/__init__.py @ 1057:af6ca51fb80f

rhodecode release 1.1.3 changes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 16 Feb 2011 11:05:35 +0100
parents 6c01c12eafb8
children bdc438fb4fe4
comparison
equal deleted inserted replaced
941:967f5182a74e 1057:af6ca51fb80f
25 # along with this program; if not, write to the Free Software 25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
27 # MA 02110-1301, USA. 27 # MA 02110-1301, USA.
28 28
29 29
30 VERSION = (1, 1, 2) 30 VERSION = (1, 1, 3)
31 __version__ = '.'.join((str(each) for each in VERSION[:4])) 31 __version__ = '.'.join((str(each) for each in VERSION[:4]))
32 __dbversion__ = 2 #defines current db version for migrations 32 __dbversion__ = 2 #defines current db version for migrations
33 33
34 try: 34 try:
35 from rhodecode.lib.utils import get_current_revision 35 from rhodecode.lib.utils import get_current_revision