# HG changeset patch # User Marcin Kuzminski # Date 2013-01-21 00:10:30 # Node ID 54bea108150890740a6d39f65a865598fd9bd810 # Parent 3472d8f37e6d6d86c5a4a271ae5f92e849357487 version bump 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