From 8920d82ba5baf04ed3959a89e1344cf3a98e635a Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Mon, 21 Dec 2020 16:17:56 -0800 Subject: [PATCH] Release v 2020.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3c93ef..8f6606f 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='2020.1.post1', + version='2020.12', description='The Sphinx theme for the CPython docs and related projects', long_description=long_description, author='PyPA',