bumping version to 0.7.10

This commit is contained in:
Martin A. Brown 2016-04-27 15:57:33 -04:00
parent 8b6cac5656
commit d8e9ef181f
3 changed files with 5 additions and 5 deletions

View File

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

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
tldp (0.7.9-1) unstable; urgency=low tldp (0.7.10-1) unstable; urgency=low
* Initial release (Closes: #822181) * Initial release (Closes: #822181)

View File

@ -7,4 +7,4 @@ import tldp.outputs
import tldp.sources import tldp.sources
import tldp.inventory import tldp.inventory
VERSION="0.7.9" VERSION="0.7.10"