bump version to 0.7.15
@ -1,8 +1,8 @@
%define sourcename tldp
%define name python-tldp
%define version 0.7.14
%define unmangled_version 0.7.14
%define version 0.7.15
%define unmangled_version 0.7.15
%define release 1
Summary: automatic publishing tool for DocBook, Linuxdoc and Asciidoc
@ -1,3 +1,7 @@
tldp (0.7.15-1) unstable; urgency=low
* support Python3.8+: fix import for MutableMapping and other minor fixes
tldp (0.7.14-1) unstable; urgency=low
* Add --version option.
@ -10,4 +10,4 @@ import tldp.outputs
import tldp.sources
import tldp.inventory
VERSION = "0.7.14"
VERSION = "0.7.15"