Skip to content

Commit 2a7d0cc

Browse files
author
Jon Wayne Parrott
authored
Use date-based release numbers (#11)
1 parent ec38133 commit 2a7d0cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
setup(
1313
name='python-docs-theme',
14-
version='0.0.1',
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='2018.2',
1517
description='The Sphinx theme for the CPython docs and related projects',
1618
long_description=long_description,
1719
author='PyPA',

0 commit comments

Comments
 (0)