diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog ========= -1.5.2 (**2013-01-14**) +1.5.3 (**2013-XX-XX**) ---------------------- :status: in-progress @@ -13,6 +13,16 @@ 1.5.2 (**2013-01-14**) 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 diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py --- a/rhodecode/__init__.py +++ b/rhodecode/__init__.py @@ -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