diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog ========= -1.3.5 (**2012-XX-XX**) +1.4.0 (**2012-XX-XX**) ---------------------- :status: in-progress @@ -13,6 +13,16 @@ Changelog news ++++ +fixes ++++++ + + +1.3.5 (**2012-05-10**) +---------------------- + +news +++++ + - use ext_json for json module - unified annotation view with file source view - notification improvements, better inbox + css 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, 3, 5, 'b') +VERSION = (1, 4, 0, 'b') try: from rhodecode.lib import get_current_revision