changeset 2256:790398822cad beta

Beta Version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 10 May 2012 20:21:05 +0200
parents 95800dad44d0
children a437a986d399 8a3a1a59a050
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Thu May 10 20:16:04 2012 +0200
+++ b/docs/changelog.rst	Thu May 10 20:21:05 2012 +0200
@@ -4,7 +4,7 @@
 Changelog
 =========
 
-1.3.5 (**2012-XX-XX**)
+1.4.0 (**2012-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -13,6 +13,16 @@
 news
 ++++
 
+fixes
++++++
+
+
+1.3.5 (**2012-05-10**)
+----------------------
+
+news
+++++
+
 - use ext_json for json module
 - unified annotation view with file source view
 - notification improvements, better inbox + css
--- a/rhodecode/__init__.py	Thu May 10 20:16:04 2012 +0200
+++ b/rhodecode/__init__.py	Thu May 10 20:21:05 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 3, 5, 'b')
+VERSION = (1, 4, 0, 'b')
 
 try:
     from rhodecode.lib import get_current_revision