From 9741d4eb3310c4c0f2551deea9b9212ca84356ae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Feb 2012 14:37:52 +0000 Subject: Prepare version 0.11 --- 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 fc1be15..33fb948 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ NEWS file for summain ===================== -Version 0.11, released UNRELEASED +Version 0.11, released 2012-02-11 --------------------------------- * Now properly supports sub-second timestamps. Previously, the timestamps diff --git a/debian/changelog b/debian/changelog index 5b991b4..a36f23f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +summain (0.11-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 11 Feb 2012 14:36:42 +0000 + summain (0.10-1) unstable; urgency=low * New upstream release. diff --git a/setup.py b/setup.py index c65e013..f7812f9 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from distutils.core import setup, Extension setup(name='summain', - version='0.10', + version='0.11', description='create file manifests with checksums', author='Lars Wirzenius', author_email='liw@liw.fi', diff --git a/summainlib.py b/summainlib.py index 79e64e7..ae6dcb2 100644 --- a/summainlib.py +++ b/summainlib.py @@ -27,7 +27,7 @@ import urllib import _summain -__version__ = '0.10' +__version__ = '0.11' class NumberNormalizer(object): -- cgit v1.2.1