changeset 2910:3dfa25f35482 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 09 Oct 2012 01:00:26 +0200
parents 0b86972de820
children b14850a72bc2
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Tue Oct 09 00:14:41 2012 +0200
+++ b/docs/changelog.rst	Tue Oct 09 01:00:26 2012 +0200
@@ -4,7 +4,7 @@
 Changelog
 =========
 
-1.4.4 (**2012-XX-XX**)
+1.4.5 (**2012-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -13,6 +13,15 @@
 news
 ++++
 
+fixes
++++++
+
+1.4.4 (**2012-10-08**)
+----------------------
+
+news
+++++
+
 - obfuscate db password in logs for engine connection string
 - #574 Show pull request status also in shortlog (if any)
 - remember selected tab in my account page
--- a/rhodecode/__init__.py	Tue Oct 09 00:14:41 2012 +0200
+++ b/rhodecode/__init__.py	Tue Oct 09 01:00:26 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 4, 4, 'b')
+VERSION = (1, 4, 5, 'b')
 
 try:
     from rhodecode.lib import get_current_revision