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