bumping version to tldp-0.7.8

This commit is contained in:
Martin A. Brown 2016-04-26 07:53:42 -04:00
parent 7685175f30
commit 3beb166643
3 changed files with 5 additions and 5 deletions

View File

@ -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

2
debian/changelog vendored
View File

@ -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'

View File

@ -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',