diff --git a/NEWS b/NEWS index 7bdef78..7dcadd1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.6.9: ? + * + 1.6.8: March 3, 2009 * You can now print your entire notebook. Just click the "print" link on the left side of the page. diff --git a/config/Version.py b/config/Version.py index f4f7cb4..f378d14 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1,2 +1,2 @@ -VERSION = u"1.6.8" +VERSION = u"1.6.9" TRIAL = False