Skip to content

Commit bfc3236

Browse files
committed
Set version number for release 3.0.7
1 parent dc8b817 commit bfc3236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = 'Michael Herrmann'
1313

1414
# Also update ../setup.py when you change this:
15-
release = '3.0.7-SNAPSHOT'
15+
release = '3.0.7'
1616

1717

1818
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'helium',
55
# Also update docs/conf.py when you change this:
6-
version = '3.0.7-SNAPSHOT',
6+
version = '3.0.7',
77
author = 'Michael Herrmann',
88
author_email = '[email protected]',
99
description = 'Lighter browser automation based on Selenium.',

0 commit comments

Comments
 (0)