From cc155ec9200067f023d548e293ea8a79ef99a599 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 27 Dec 2008 01:29:22 -0800 Subject: [PATCH] Bumped version. --- NEWS | 4 ++++ config/Version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5b68fea..b883c04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.5.12: + * Fixed a bug in which clicking on the notebook rename text field ended the + renaming prematurely. + 1.5.11: December 27, 2008 * Added a font selection button to the toolbar. * Decreased the default note text font size, so now you can see more of your diff --git a/config/Version.py b/config/Version.py index 930da27..02f09aa 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.5.11" +VERSION = u"1.5.12"