From 6a00bd0b1ebbc2695f8e4e406b260970df46aacd Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sun, 23 Oct 2022 20:41:45 -0700 Subject: [PATCH] bump version to 0.7.15 --- contrib/tldp.spec | 6 +++--- debian/changelog | 4 ++++ tldp/__init__.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/contrib/tldp.spec b/contrib/tldp.spec index b1f85ac..120667c 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -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 diff --git a/debian/changelog b/debian/changelog index 315c22f..410c97e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/tldp/__init__.py b/tldp/__init__.py index fe5edd0..b36aa5a 100644 --- a/tldp/__init__.py +++ b/tldp/__init__.py @@ -10,4 +10,4 @@ import tldp.outputs import tldp.sources import tldp.inventory -VERSION = "0.7.14" +VERSION = "0.7.15"