summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-30 17:00:06 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-30 17:00:06 +0100
commitf636c4d906867ccc74ce77a58004e914bb2a928f (patch)
treeb5a39d816feafcbdec842d14d10e7d7c3b4c2375
parent6e5f91a32849dbe7c2248deb0c67386aa5d166da (diff)
downloadsummain-f636c4d906867ccc74ce77a58004e914bb2a928f.tar.gz
Prepare to release version 0.14
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
-rw-r--r--summainlib.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d14e22f..0799e64 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS file for summain
=====================
-Version 0.14, released UNRELEASED
+Version 0.14, released 2012-06-30
---------------------------------
* Fix handling of dangling symlink as root.
diff --git a/debian/changelog b/debian/changelog
index 21be894..315dbed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
summain (0.14-1) unstable; urgency=low
+ * New upstream version
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 30 Jun 2012 16:56:45 +0100
+
+summain (0.14-1) unstable; urgency=low
+
* New upstream version.
- Fix "Misc. typos in the manpage." (Closes: #675503)
diff --git a/setup.py b/setup.py
index a43c39f..fa78da2 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.13',
+ version='0.14',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index a392d4c..2e3d639 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -27,7 +27,7 @@ import urllib
import _summain
-__version__ = '0.13'
+__version__ = '0.14'
class NumberNormalizer(object):