From fdf3b15889b67d2006b6939aaf49462ecc5d437d Mon Sep 17 00:00:00 2001 From: mabrown Date: Thu, 21 Apr 2016 12:05:18 -0400 Subject: [PATCH] bumping version to tldp-0.7.7 --- contrib/tldp.spec | 6 +++--- debian/changelog | 10 ++++++++-- setup.py | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/contrib/tldp.spec b/contrib/tldp.spec index 656d396..5bec0a4 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.7.6 -%define unmangled_version 0.7.6 -%define unmangled_version 0.7.6 +%define version 0.7.7 +%define unmangled_version 0.7.7 +%define unmangled_version 0.7.7 %define release 1 Summary: processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc diff --git a/debian/changelog b/debian/changelog index 887735e..83e2876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ -python3-tldp (0.7.5) UNRELEASED; urgency=low +python3-tldp (0.7.7) UNRELEASED; urgency=low - * python3-tldp + * creating a manpage to satisfy Lintian, bumping version + + -- Martin A. Brown Tue, 19 Apr 2016 15:40:13 -0400 + +python3-tldp (0.7.5) UNRELEASED; urgency=low + + * first attempt at Debianization -- Martin A. Brown Tue, 19 Apr 2016 15:40:13 -0400 diff --git a/setup.py b/setup.py index 141b57e..14c2375 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.6', + version='0.7.7', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',