From f33258da51a9efe8230ec01e463e2bd1a247b955 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Jun 2012 16:55:28 +0100 Subject: Prepare to release version 1.17 --- NEWS | 2 +- debian/changelog | 6 ++++++ seivot | 5 ++++- setup.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8b9c838..f8e4898 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for seivot, a backup benchmarking program ============================================== -Version 1.17, released UNRELEASED +Version 1.17, released 2012-06-30 --------------------------------- * The `seivots-to-csv` script is now installed with the other programs. diff --git a/debian/changelog b/debian/changelog index a2c004e..1456e11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +seivot (1.17-1) UNRELEASED; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 30 Jun 2012 16:54:43 +0100 + seivot (1.16-1) unstable; urgency=low * New upstream version. diff --git a/seivot b/seivot index a6588c1..04dc2cd 100755 --- a/seivot +++ b/seivot @@ -25,6 +25,9 @@ import tempfile import time +__version__ = '1.17' + + class Measurement(object): def __init__(self, time_output): @@ -539,5 +542,5 @@ class Seivot(cliapp.Application): if __name__ == '__main__': - Seivot().run() + Seivot(version=__version__).run() diff --git a/setup.py b/setup.py index b78f974..3e2e496 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup import glob setup(name='seivot', - version='1.16', + version='1.17', description='Backup software benchmark software', long_description='''\ seivot generates synthetic test data and backs it up using the -- cgit v1.2.1