changeset 3183:54bea1081508 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 01:10:30 +0100
parents 3472d8f37e6d
children 6180e031a2b9
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Mon Jan 21 00:30:58 2013 +0100
+++ b/docs/changelog.rst	Mon Jan 21 01:10:30 2013 +0100
@@ -4,7 +4,7 @@
 Changelog
 =========
 
-1.5.2 (**2013-01-14**)
+1.5.3 (**2013-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -13,6 +13,16 @@
 news
 ++++
 
+fixes
++++++
+
+
+1.5.2 (**2013-01-14**)
+----------------------
+
+news
+++++
+
 - IP restrictions for users. Each user can get a set of whitelist IP+mask for
   extra protection. Useful for buildbots etc.
 - added full last changeset info to lightweight dashboard. lightweight dashboard
--- a/rhodecode/__init__.py	Mon Jan 21 00:30:58 2013 +0100
+++ b/rhodecode/__init__.py	Mon Jan 21 01:10:30 2013 +0100
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 5, 2, 'b')
+VERSION = (1, 5, 3, 'b')
 
 try:
     from rhodecode.lib import get_current_revision