From 68e59117605eb8a1eae75848fb1aafd1341be93f Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Wed, 10 Jun 2015 14:45:21 -0700 Subject: [PATCH] 2.7.8 relesae --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5461a50..f0d9f8c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='guzzle_sphinx_theme', - version='0.7.7', + version='0.7.8', description='Sphinx theme used by Guzzle.', long_description=open('README.rst').read(), author='Michael Dowling',