diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog ========= -1.4.2 (**2012-09-12**) +1.4.3 (**2012-XX-XX**) ---------------------- :status: in-progress @@ -14,6 +14,15 @@ 1.4.2 (**2012-09-12**) news ++++ +fixes ++++++ + +1.4.2 (**2012-09-12**) +---------------------- + +news +++++ + - added option to menu to quick lock/unlock repository for users that have write access to - Implemented permissions for writing to repo 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, 4, 2, 'b') +VERSION = (1, 4, 3, 'b') try: from rhodecode.lib import get_current_revision