summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6955899..02221e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for summain
=====================
-Version X.Y, released UNRELEASED
+Version 0.17, released 2012-10-27
---------------------------------
* Changed to use the libc-provided xattr library, instead of the external
diff --git a/debian/changelog b/debian/changelog
index 72504d2..a00f246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.17-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 27 Oct 2012 14:25:40 +0100
+
summain (0.16-1) unstable; urgency=low
* New upstream release.
diff --git a/setup.py b/setup.py
index 5a2a78d..e434942 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.16',
+ version='0.17',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index 700646e..07895e1 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -27,7 +27,7 @@ import urllib
import _summain
-__version__ = '0.16'
+__version__ = '0.17'
class NumberNormalizer(object):