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 ec38133 commit 2a7d0ccCopy full SHA for 2a7d0cc
setup.py
@@ -11,7 +11,9 @@
11
12
setup(
13
name='python-docs-theme',
14
- version='0.0.1',
+ # Version is date based as year.month[.serial], where serial is used
15
+ # if multiple releases are needed to address build failures.
16
+ version='2018.2',
17
description='The Sphinx theme for the CPython docs and related projects',
18
long_description=long_description,
19
author='PyPA',
0 commit comments