From 25186fd3fcf56dbbac3e4c7c716634f9ddbe0ddf Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 29 Jan 2009 11:57:13 -0800 Subject: [PATCH] Bumping version number. --- NEWS | 3 +++ config/Version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8118709..e29721c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.6.1: + * + 1.6.0: January 27, 2009 * Switching between notebooks and loading notebooks is now much faster. * Several new keyboard shortcuts: diff --git a/config/Version.py b/config/Version.py index 87452f9..f815078 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.6.0" +VERSION = u"1.6.1"