diff --git a/contrib/tldp.spec b/contrib/tldp.spec index f3b5138..adf70a1 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.7.9 -%define unmangled_version 0.7.9 -%define unmangled_version 0.7.9 +%define version 0.7.10 +%define unmangled_version 0.7.10 +%define unmangled_version 0.7.10 %define release 1 Summary: automatic publishing tool for DocBook, Linuxdoc and Asciidoc diff --git a/debian/changelog b/debian/changelog index a822322..bcc58b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tldp (0.7.9-1) unstable; urgency=low +tldp (0.7.10-1) unstable; urgency=low * Initial release (Closes: #822181) diff --git a/tldp/__init__.py b/tldp/__init__.py index bf4a6a0..84627d7 100644 --- a/tldp/__init__.py +++ b/tldp/__init__.py @@ -7,4 +7,4 @@ import tldp.outputs import tldp.sources import tldp.inventory -VERSION="0.7.9" +VERSION="0.7.10"