From 5bf464180461add95d0ade2d9f2557ae2f5d21c5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Mar 2013 19:51:43 +0000 Subject: Prepare for release version 0.18 --- NEWS | 2 +- debian/changelog | 4 ++-- setup.py | 2 +- summainlib.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 05ba2a5..6f6ece7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for summain ===================== -Version 0.18, released UNRELEASED +Version 0.18, released 2013-03-15 --------------------------------- * Encode binary values of extended attributes in base64. diff --git a/debian/changelog b/debian/changelog index 42c000d..aef3336 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -summain (0.18-1) UNRELEASED; urgency=low +summain (0.18-1) unstable; urgency=low * New upstream version. * Include README, NEWS in .deb. - -- Lars Wirzenius Wed, 07 Nov 2012 18:44:25 +0000 + -- Lars Wirzenius Fri, 15 Mar 2013 19:51:30 +0000 summain (0.17-1) unstable; urgency=low diff --git a/setup.py b/setup.py index e434942..94a5190 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from distutils.core import setup, Extension setup(name='summain', - version='0.17', + version='0.18', description='create file manifests with checksums', author='Lars Wirzenius', author_email='liw@liw.fi', diff --git a/summainlib.py b/summainlib.py index e148760..8c3603c 100644 --- a/summainlib.py +++ b/summainlib.py @@ -28,7 +28,7 @@ import urllib import _summain -__version__ = '0.17' +__version__ = '0.18' class NumberNormalizer(object): -- cgit v1.2.1