From 1603f36d71e797e633b9ed9b16dd5292a6d3cedd Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Tue, 24 Jul 2018 10:51:29 -0700 Subject: [PATCH] Release 2018.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e0d978..8e4a76c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name='python-docs-theme', # Version is date based as year.month[.serial], where serial is used # if multiple releases are needed to address build failures. - version='2018.2', + version='2018.7', description='The Sphinx theme for the CPython docs and related projects', long_description=long_description, author='PyPA',