bumping version to tldp-0.7.14

This commit is contained in:
Martin A. Brown 2016-05-16 09:56:15 -07:00
parent beb920dd58
commit 7b756c7a18
3 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,8 @@
%define sourcename tldp
%define name python-tldp
%define version 0.7.13
%define unmangled_version 0.7.13
%define unmangled_version 0.7.13
%define version 0.7.14
%define unmangled_version 0.7.14
%define unmangled_version 0.7.14
%define release 1
Summary: automatic publishing tool for DocBook, Linuxdoc and Asciidoc

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
tldp (0.7.14-1) unstable; urgency=low
* Add --version option.
-- Martin A. Brown <martin@linux-ip.net> Mon, 16 May 2016 16:54:47 +0000
tldp (0.7.13-1) unstable; urgency=low
* Fix testsuite when run as root (Closes: #824201).

View File

@ -10,4 +10,4 @@ import tldp.outputs
import tldp.sources
import tldp.inventory
VERSION = "0.7.13"
VERSION = "0.7.14"