From 24a3a7425a074a20d127492d14b61bcce8c0863b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 20 May 2009 14:56:40 -0700 Subject: [PATCH] Bumping version. --- NEWS | 3 +++ config/Version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ae54c83..3d3c906 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.6.13: + * + 1.6.12: May 19, 2009 * Added a toolbar color button for setting text and background colors. * Added a "start a new discussion" link to each discussion forum page. diff --git a/config/Version.py b/config/Version.py index c674b86..8d0e15c 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1,2 +1,2 @@ -VERSION = u"1.6.12" +VERSION = u"1.6.13" TRIAL = False