bump version to 0.7.15

pull/12/head
Martin A. Brown 7 months ago
parent 7b756c7a18
commit 6a00bd0b1e
  1. 6
      contrib/tldp.spec
  2. 4
      debian/changelog
  3. 2
      tldp/__init__.py

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

4
debian/changelog vendored

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

Loading…
Cancel
Save