aboutsummaryrefslogtreecommitdiff
path: root/rhodecode
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-04-07 16:44:46 +0200
committerMarcin Kuzminski <marcin@python-works.com>2013-04-07 16:44:46 +0200
commitaa3ce04bd769480a3c4b5d591f7ecc6bee0bc718 (patch)
treeb08bf25deb0832736f5f2ec124cf5461b73e73f5 /rhodecode
parent89fe71a55c3a2d2f623a25f8fa6fba830e562cee (diff)
version bump + changelog
--HG-- branch : beta
Diffstat (limited to 'rhodecode')
-rw-r--r--rhodecode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py
index 5c1b7bb1..45b55191 100644
--- a/rhodecode/__init__.py
+++ b/rhodecode/__init__.py
@@ -26,7 +26,7 @@
import sys
import platform
-VERSION = (1, 6, 0, 'b')
+VERSION = (1, 6, 0, 'rc1')
try:
from rhodecode.lib import get_current_revision