aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-09-08 00:50:42 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-09-08 00:50:42 +0200
commit893a976080c88890bc32331c8ad2e2618d62de0d (patch)
treedbe803e7c9f56863ff7d37df4556666ed0c16ec3
parentb00ef1cd72d8be9d92f328a907d888a7a161a853 (diff)
version bump
--HG-- branch : beta
-rwxr-xr-xdocs/changelog.rst12
-rw-r--r--rhodecode/__init__.py2
2 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index eb67256c..ff5fcda0 100755
--- 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 @@ Changelog
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
index cbd048a0..18690936 100644
--- 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