# HG changeset patch # User Marcin Kuzminski # Date 2012-05-10 18:21:05 # Node ID 790398822cada409d5367ebd4c25d81a876a5926 # Parent 95800dad44d0566f21f1d21b0269aea588890249 Beta 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.3.5 (**2012-XX-XX**) +1.4.0 (**2012-XX-XX**) ---------------------- :status: in-progress @@ -13,6 +13,16 @@ 1.3.5 (**2012-XX-XX**) 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