changeset 2830:5a19d6f4283e beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 08 Sep 2012 00:50:42 +0200
parents d30c0a9867c4
children 0959096b2c02
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sat Sep 08 00:17:06 2012 +0200
+++ b/docs/changelog.rst	Sat Sep 08 00:50:42 2012 +0200
@@ -5,7 +5,7 @@
 =========
 
 
-1.4.1 (**2012-09-05**)
+1.4.2 (**2012-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -14,6 +14,16 @@
 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
--- a/rhodecode/__init__.py	Sat Sep 08 00:17:06 2012 +0200
+++ b/rhodecode/__init__.py	Sat Sep 08 00:50:42 2012 +0200
@@ -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