summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-29 19:31:53 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-29 19:31:53 +0100
commit93efe951810e1dc850a20e3cc9080a202434b500 (patch)
treec405084d2d84590e6be5d1e234acca36a2a556f3
parentf4ced28e2a608507f07ce582cddd73d9dd1b687a (diff)
downloadsummain-93efe951810e1dc850a20e3cc9080a202434b500.tar.gz
Prepare release version 0.15summain-0.15
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--summainlib.py2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0799e64..b5a1fb0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ NEWS file for summain
=====================
+Version 0.15, released 2012-09-29
+---------------------------------
+
+* Internal fixes to build system and automatic tests.
+
Version 0.14, released 2012-06-30
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index ae1be1e..89f2938 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.15-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Sep 2012 19:30:38 +0100
+
summain (0.14-1) unstable; urgency=low
* New upstream version.
diff --git a/summainlib.py b/summainlib.py
index 2e3d639..9f5090b 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -27,7 +27,7 @@ import urllib
import _summain
-__version__ = '0.14'
+__version__ = '0.15'
class NumberNormalizer(object):