Merge pull request #12 from martin-a-brown/mabrown/version-0.7.15

bump version to 0.7.15
This commit is contained in:
Martin A. Brown 2022-10-23 20:42:44 -07:00 committed by GitHub
commit 4947542e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

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

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

View File

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