summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--summainlib.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1c8623d..3396f6b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS file for summain
=====================
-Version 0.10, released UNRELEASED
+Version 0.10, released 2011-08-09
---------------------------------
* Added support for JSON and CSV output formats, in addition to the default
diff --git a/debian/changelog b/debian/changelog
index a8b4a14..5b991b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.10-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 09 Aug 2011 11:09:01 +0100
+
summain (0.9-1) unstable; urgency=low
* New upstream release. This is the first release to be uploaded to
diff --git a/summainlib.py b/summainlib.py
index 34dad47..87d61ee 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -25,7 +25,7 @@ import time
import urllib
-__version__ = '0.9'
+__version__ = '0.10'
class NumberNormalizer(object):