# HG changeset patch # User Marcin Kuzminski # Date 2012-09-07 22:50:42 # Node ID 5a19d6f4283e4f3b425c50382adef66d08bf818d # Parent d30c0a9867c477610d13002341fdc73e07b29f6e version bump 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.1 (**2012-09-05**) +1.4.2 (**2012-XX-XX**) ---------------------- :status: in-progress @@ -14,6 +14,16 @@ 1.4.1 (**2012-09-05**) news ++++ +fixes ++++++ + + +1.4.1 (**2012-09-05**) +---------------------- + +news +++++ + - always put a comment about code-review status change even if user send empty data - modified_on column saves repository update and it's going to be used 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, 1, 'b') +VERSION = (1, 4, 2, 'b') try: from rhodecode.lib import get_current_revision