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 3389e9d commit 665bef4Copy full SHA for 665bef4
docs/conf.py
@@ -10,7 +10,7 @@
10
copyright = '2020, Michael Herrmann'
11
author = 'Michael Herrmann'
12
13
-# The full version, including alpha/beta/rc tags
+# Also update ../setup.py when you change this:
14
release = '3.0.6-SNAPSHOT'
15
16
setup.py
@@ -2,6 +2,7 @@
2
3
setup(
4
name = 'helium',
5
+ # Also update docs/conf.py when you change this:
6
version = '3.0.6-SNAPSHOT',
7
author = 'Michael Herrmann',
8
author_email = '[email protected]',
0 commit comments