From 5e30028087e508b8fd6163099a0fedbd7e6e90d4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 12 Feb 2009 14:43:39 -0800 Subject: [PATCH] Bumping version. --- NEWS | 5 ++++- config/Version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 51b33b0..f11d4ee 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ +1.6.6: ? + * + 1.6.5: February 12, 2009 * Now ignoring even more unneeded HTML tags from an MS Word copy-and-paste. * Fixed a bug in Internet Explorer in which hiding a focused note could cause - the next note to display incorrectly + the next note to display incorrectly. * Fixed a bug in Internet Explorer in which opening a note by following a link didn't display the opened note correctly. * Fixed a bug in which a drag-and-dropped note occasionally didn't resize back diff --git a/config/Version.py b/config/Version.py index 02783fe..7e1589f 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.6.5" +VERSION = u"1.6.6"