diff --git a/contrib/tldp.spec b/contrib/tldp.spec index 6b8b07a..5d21496 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.7.11 -%define unmangled_version 0.7.11 -%define unmangled_version 0.7.11 +%define version 0.7.12 +%define unmangled_version 0.7.12 +%define unmangled_version 0.7.12 %define release 1 Summary: automatic publishing tool for DocBook, Linuxdoc and Asciidoc diff --git a/debian/changelog b/debian/changelog index fd6d3c1..c111865 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tldp (0.7.11-1) unstable; urgency=low +tldp (0.7.12-1) unstable; urgency=low * Initial release (Closes: #822181) diff --git a/tldp/__init__.py b/tldp/__init__.py index 9cea62c..3b16759 100644 --- a/tldp/__init__.py +++ b/tldp/__init__.py @@ -9,4 +9,4 @@ import tldp.outputs import tldp.sources import tldp.inventory -VERSION = "0.7.11" +VERSION = "0.7.12"