We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ab66b commit e2a5e54Copy full SHA for e2a5e54
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-`2021.05 <https://github.com/python/python-docs-theme/releases/tag/v2021.05>`_
+`2021.5 <https://github.com/python/python-docs-theme/releases/tag/v2021.5>`_
6
------------------------------------------------------------------------------
7
8
- Make the theme responsive (#46)
setup.py
@@ -13,7 +13,7 @@
13
name='python-docs-theme',
14
# Version is date based as year.month[.serial], where serial is used
15
# if multiple releases are needed to address build failures.
16
- version='2021.05',
+ version='2021.5',
17
description='The Sphinx theme for the CPython docs and related projects',
18
long_description=long_description,
19
author='PyPA',
0 commit comments