From fbef0312954fe9240be94f768f1a9b4254d44037 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 26 Aug 2021 22:04:25 +0200 Subject: [PATCH] Back to dev version. --- python_docs_theme/theme.conf | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python_docs_theme/theme.conf b/python_docs_theme/theme.conf index af22520..7abfa54 100644 --- a/python_docs_theme/theme.conf +++ b/python_docs_theme/theme.conf @@ -1,6 +1,6 @@ [theme] inherit = default -stylesheet = pydoctheme.css?2021.8 +stylesheet = pydoctheme.css?2021.8.dev pygments_style = default [options] diff --git a/setup.py b/setup.py index 2719553..5fca688 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='2021.8', + version='2021.8.dev', description='The Sphinx theme for the CPython docs and related projects', long_description=long_description, author='PyPA',