From 6306de7032966ec8a6c9e6910c3b86d0aeff1dc9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 12 Jan 2009 14:46:35 -0800 Subject: [PATCH] Bumping major version number since there have been so many potentially destabilizing changes. --- NEWS | 2 +- config/Version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0466880..23e934c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.5.13: January ??, 2009 +1.6.0: January ??, 2009 * Fixed various bugs related to the subscription page. * Switching between notebooks and loading notebooks is now even faster. diff --git a/config/Version.py b/config/Version.py index 4f777e1..87452f9 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.5.13" +VERSION = u"1.6.0"