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