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 b41550f commit 7bd24b2Copy full SHA for 7bd24b2
doc/source/conf.py
@@ -65,10 +65,10 @@
65
# |version| and |release|, also used in various other places throughout the
66
# built documents.
67
#
68
-# The short X.Y version.
69
-version = '0.12.0'
70
# The full version, including alpha/beta/rc tags.
71
-release = '0.12.0.dev0'
+from cycler import __version__ as release # noqa
+# The short X.Y version.
+version = '.'.join(release.split('.')[:2])
72
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
# for a list of supported languages.
0 commit comments