# HG changeset patch # User Marcin Kuzminski # Date 1336674065 -7200 # Node ID 790398822cada409d5367ebd4c25d81a876a5926 # Parent 95800dad44d0566f21f1d21b0269aea588890249 Beta Version bump diff -r 95800dad44d0 -r 790398822cad docs/changelog.rst --- a/docs/changelog.rst Thu May 10 20:16:04 2012 +0200 +++ b/docs/changelog.rst Thu May 10 20:21:05 2012 +0200 @@ -4,7 +4,7 @@ Changelog ========= -1.3.5 (**2012-XX-XX**) +1.4.0 (**2012-XX-XX**) ---------------------- :status: in-progress @@ -13,6 +13,16 @@ 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 -r 95800dad44d0 -r 790398822cad rhodecode/__init__.py --- a/rhodecode/__init__.py Thu May 10 20:16:04 2012 +0200 +++ b/rhodecode/__init__.py Thu May 10 20:21:05 2012 +0200 @@ -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