bumping version to tldp-0.7.7

This commit is contained in:
mabrown 2016-04-21 12:05:18 -04:00
parent fe3c19722c
commit fdf3b15889
3 changed files with 12 additions and 6 deletions

View File

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

10
debian/changelog vendored
View File

@ -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 <martin@linux-ip.net> Tue, 19 Apr 2016 15:40:13 -0400
python3-tldp (0.7.5) UNRELEASED; urgency=low
* first attempt at Debianization
-- Martin A. Brown <martin@linux-ip.net> Tue, 19 Apr 2016 15:40:13 -0400

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.6',
version='0.7.7',
license='MIT',
author='Martin A. Brown',
author_email='martin@linux-ip.net',