From 3beb1666434adf5375ac26ea71384c8fae1e713f Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 26 Apr 2016 07:53:42 -0400 Subject: [PATCH] bumping version to tldp-0.7.8 --- contrib/tldp.spec | 6 +++--- debian/changelog | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/tldp.spec b/contrib/tldp.spec index 5bec0a4..375ca85 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.7.7 -%define unmangled_version 0.7.7 -%define unmangled_version 0.7.7 +%define version 0.7.8 +%define unmangled_version 0.7.8 +%define unmangled_version 0.7.8 %define release 1 Summary: processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc diff --git a/debian/changelog b/debian/changelog index cbe873d..90cd0df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tldp (0.7.7) unstable; urgency=low +tldp (0.7.8) unstable; urgency=low * creating a manpage to satisfy Lintian, bumping version * renamed source package to 'tldp' diff --git a/setup.py b/setup.py index 14c2375..6e9702a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file: setup( name='tldp', - version='0.7.7', + version='0.7.8', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',