changeset 2856:94575ebeeabd beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Sep 2012 23:05:42 +0200
parents e61162c20222
children bad89b2fe618
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Wed Sep 19 22:34:38 2012 +0200
+++ b/docs/changelog.rst	Wed Sep 19 23:05:42 2012 +0200
@@ -5,7 +5,7 @@
 =========
 
 
-1.4.2 (**2012-09-12**)
+1.4.3 (**2012-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -14,6 +14,15 @@
 news
 ++++
 
+fixes
++++++
+
+1.4.2 (**2012-09-12**)
+----------------------
+
+news
+++++
+
 - added option to menu to quick lock/unlock repository for users that have
   write access to
 - Implemented permissions for writing to repo
--- a/rhodecode/__init__.py	Wed Sep 19 22:34:38 2012 +0200
+++ b/rhodecode/__init__.py	Wed Sep 19 23:05:42 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 4, 2, 'b')
+VERSION = (1, 4, 3, 'b')
 
 try:
     from rhodecode.lib import get_current_revision