From 223cd2fc114286bc42918785bc184464fbe9e871 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 6 Oct 2012 21:54:04 +0100 Subject: Prepare release version 1.18 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ seivot | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f8e4898..6a1a285 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS for seivot, a backup benchmarking program ============================================== +Version 1.18, released 2012-10-06 +--------------------------------- + +* Trivial README fix. + Version 1.17, released 2012-06-30 --------------------------------- diff --git a/debian/changelog b/debian/changelog index 9e952c6..75bbc7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +seivot (1.18-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 06 Oct 2012 21:53:33 +0100 + seivot (1.17-1) unstable; urgency=low * New upstream version. diff --git a/seivot b/seivot index 04dc2cd..908e98e 100755 --- a/seivot +++ b/seivot @@ -25,7 +25,7 @@ import tempfile import time -__version__ = '1.17' +__version__ = '1.18' class Measurement(object): diff --git a/setup.py b/setup.py index 3e2e496..54c887d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup import glob setup(name='seivot', - version='1.17', + version='1.18', description='Backup software benchmark software', long_description='''\ seivot generates synthetic test data and backs it up using the -- cgit v1.2.1