Skip to content

Commit f0e6c88

Browse files
committed
Back to dev version.
1 parent bcc9ad4 commit f0e6c88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python_docs_theme/theme.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[theme]
22
inherit = default
3-
stylesheet = pydoctheme.css?2021.11
3+
stylesheet = pydoctheme.css?2021.11.dev
44
pygments_style = default
55

66
[options]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name='python-docs-theme',
1414
# Version is date based as year.month[.serial], where serial is used
1515
# if multiple releases are needed to address build failures.
16-
version='2021.11',
16+
version='2021.11.dev',
1717
description='The Sphinx theme for the CPython docs and related projects',
1818
long_description=long_description,
1919
author='PyPA',

0 commit comments

Comments
 (0)