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 dc8b817 commit bfc3236Copy full SHA for bfc3236
docs/conf.py
@@ -12,7 +12,7 @@
12
author = 'Michael Herrmann'
13
14
# Also update ../setup.py when you change this:
15
-release = '3.0.7-SNAPSHOT'
+release = '3.0.7'
16
17
18
# -- General configuration ---------------------------------------------------
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'helium',
5
# Also update docs/conf.py when you change this:
6
- version = '3.0.7-SNAPSHOT',
+ version = '3.0.7',
7
author = 'Michael Herrmann',
8
author_email = '[email protected]',
9
description = 'Lighter browser automation based on Selenium.',
0 commit comments