From a958df1cde30683fc6e61fe611f2aff30faa449d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 1 Feb 2011 21:52:54 +0000 Subject: Release version 1.3. --- debian/changelog | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3a12ecb..bedb9a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +genbackupdata (1.3) squeeze; urgency=low + + * New upstream release. This is a rewrite. It is not as functional + as the old code. But it is functional enough, and I'm the only + known user, so... + + -- Lars Wirzenius Tue, 01 Feb 2011 21:50:34 +0000 + genbackupdata (1.2) squeeze; urgency=low * New upstream release. This release uses a new way to generate binary diff --git a/setup.py b/setup.py index 7acc984..b9abf07 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='genbackupdata', - version='1.2', + version='1.3', description='Generate test data for backup software', long_description='''\ genbackupdata creates or modifies directory trees in ways that simulate -- cgit v1.2.1