From 6b3a26b36671461ff8a9add490baa27fe9e978e5 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Mon, 28 Mar 2016 11:13:16 -0700 Subject: [PATCH] bumping version to tldp-0.6.8 --- 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 1881ab1..1831f03 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.6.7 -%define unmangled_version 0.6.7 -%define unmangled_version 0.6.7 +%define version 0.6.8 +%define unmangled_version 0.6.8 +%define unmangled_version 0.6.8 %define release 1 Summary: processing tools for Asciidoc, DocBook XML, DocBook SGML and Linuxdoc diff --git a/setup.py b/setup.py index 220643f..7ab439f 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.6.7', + version='0.6.8', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',