comparison rhodecode/__init__.py @ 3699:49b34e3c0812 beta

version bump + changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 16:44:46 +0200
parents 72a91632b731
children 3563bb7b4b82 a79bb3277b32
comparison
equal deleted inserted replaced
3698:b33b887d87ec 3699:49b34e3c0812
24 # You should have received a copy of the GNU General Public License 24 # You should have received a copy of the GNU General Public License
25 # along with this program. If not, see <http://www.gnu.org/licenses/>. 25 # along with this program. If not, see <http://www.gnu.org/licenses/>.
26 import sys 26 import sys
27 import platform 27 import platform
28 28
29 VERSION = (1, 6, 0, 'b') 29 VERSION = (1, 6, 0, 'rc1')
30 30
31 try: 31 try:
32 from rhodecode.lib import get_current_revision 32 from rhodecode.lib import get_current_revision
33 _rev = get_current_revision() 33 _rev = get_current_revision()
34 if _rev and len(VERSION) > 3: 34 if _rev and len(VERSION) > 3: