From c88e50e9a9e2f39f23eb9b90e65a2c2fef93dfcd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 27 Oct 2012 14:25:57 +0100 Subject: Prepare release version 0.17 --- NEWS | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- summainlib.py | 2 +- 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 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): -- cgit v1.2.1