changeset 2067:de372c3a329e beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Feb 2012 20:56:32 +0200
parents c9adf2a4929a
children f664d3b57fa4
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Tue Feb 28 19:59:16 2012 +0200
+++ b/docs/changelog.rst	Tue Feb 28 20:56:32 2012 +0200
@@ -4,7 +4,7 @@
 =========
 
 
-1.3.2 (**2012-XX-XX**)
+1.3.3 (**2012-XX-XX**)
 ----------------------
 
 :status: in-progress
@@ -17,6 +17,16 @@
 fixes
 +++++
 
+1.3.2 (**2012-02-28**)
+----------------------
+
+news
+++++
+
+
+fixes
++++++
+
 - fixed git protocol issues with repos-groups
 - fixed git remote repos validator that prevented from cloning remote git repos
 - fixes #370 ending slashes fixes for repo and groups
--- a/rhodecode/__init__.py	Tue Feb 28 19:59:16 2012 +0200
+++ b/rhodecode/__init__.py	Tue Feb 28 20:56:32 2012 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 3, 2, 'beta')
+VERSION = (1, 3, 3, 'beta')
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 __dbversion__ = 5  # defines current db version for migrations
 __platform__ = platform.system()