From 5fd42a93a63e4e9bf21082b9ad82f0883f5c2418 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Mon, 18 Apr 2016 12:26:00 -0700 Subject: [PATCH] bumping version to tldp-0.7.4 --- contrib/tldp.spec | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/tldp.spec b/contrib/tldp.spec index 52dab47..601041e 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.7.3 -%define unmangled_version 0.7.3 -%define unmangled_version 0.7.3 +%define version 0.7.4 +%define unmangled_version 0.7.4 +%define unmangled_version 0.7.4 %define release 1 Summary: processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc diff --git a/setup.py b/setup.py index dd3da7a..3accb47 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file: setup( name='tldp', - version='0.7.3', + version='0.7.4', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',