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 ea6f628 commit fc4e5aeCopy full SHA for fc4e5ae
CHANGELOG.md
@@ -1,5 +1,8 @@
1
== Changelog
2
3
+== 1.3 (Released 29.12.2016)
4
+* Python 3.5 support added
5
+
6
=== 1.2 (Released 27.12.2016)
7
* Windows platfor support added
8
* Github api token support added for Firefox
setup.py
@@ -16,7 +16,7 @@
16
setuptools.setup(
17
name='webdriver_manager',
18
packages=setuptools.find_packages(exclude=['tests']),
19
- version='1.2',
+ version='1.3',
20
description=('Library provides the way to automatically manage drivers for different browsers'),
21
author='Sergey Pirogov',
22
author_email='automationremarks@gmail.com',
0 commit comments