changeset 1524:5383780b5fe4 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Oct 2011 19:59:47 +0200
parents f40c94ace436
children 4cd5ea766480
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Fri Oct 07 18:39:08 2011 +0200
+++ b/docs/changelog.rst	Fri Oct 07 19:59:47 2011 +0200
@@ -3,7 +3,8 @@
 Changelog
 =========
 
-1.2.0 (**2011-XX-XX**)
+
+1.3.0 (**XXXX-XX-XX**)
 ======================
 
 :status: in-progress
@@ -12,6 +13,18 @@
 news
 ----
 
+fixes
+-----
+
+
+
+
+1.2.0 (**2011-10-07**)
+======================
+
+news
+----
+
 - implemented #47 repository groups
 - implemented #89 Can setup google analytics code from settings menu
 - implemented #91 added nicer looking archive urls with more download options
--- a/rhodecode/__init__.py	Fri Oct 07 18:39:08 2011 +0200
+++ b/rhodecode/__init__.py	Fri Oct 07 19:59:47 2011 +0200
@@ -25,9 +25,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 import platform
 
-VERSION = (1, 2, 0, 'beta')
+VERSION = (1, 3, 0, 'beta')
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
-__dbversion__ = 3 #defines current db version for migrations
+__dbversion__ = 4 #defines current db version for migrations
 __platform__ = platform.system()
 __license__ = 'GPLv3'