changeset 2881:6b79e96f6ecd beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 29 Sep 2012 14:32:26 +0200
parents 5de92b1242f8
children 12fce5e499d5
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Fri Sep 28 23:28:53 2012 +0200
+++ b/docs/changelog.rst	Sat Sep 29 14:32:26 2012 +0200
@@ -4,8 +4,7 @@
 Changelog
 =========
 
-
-1.4.3 (**2012-09-28**)
+1.4.4 (**2012-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -14,6 +13,15 @@
 news
 ++++
 
+fixes
++++++
+
+1.4.3 (**2012-09-28**)
+----------------------
+
+news
+++++
+
 - #558 Added config file to hooks extra data
 - bumped mercurial version to 2.3.1
 - #518 added possibility of specifying multiple patterns for issues
--- a/rhodecode/__init__.py	Fri Sep 28 23:28:53 2012 +0200
+++ b/rhodecode/__init__.py	Sat Sep 29 14:32:26 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 4, 3, 'b')
+VERSION = (1, 4, 4, 'b')
 
 try:
     from rhodecode.lib import get_current_revision