diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog ========= -1.4.4 (**2012-XX-XX**) +1.4.5 (**2012-XX-XX**) ---------------------- :status: in-progress @@ -13,6 +13,15 @@ 1.4.4 (**2012-XX-XX**) news ++++ +fixes ++++++ + +1.4.4 (**2012-10-08**) +---------------------- + +news +++++ + - obfuscate db password in logs for engine connection string - #574 Show pull request status also in shortlog (if any) - remember selected tab in my account page 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, 4, 'b') +VERSION = (1, 4, 5, 'b') try: from rhodecode.lib import get_current_revision