Skip to content

Commit fc4e5ae

Browse files
author
sepi
committed
version 1.3 pre release python 3 support added
1 parent ea6f628 commit fc4e5ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
== Changelog
22

3+
== 1.3 (Released 29.12.2016)
4+
* Python 3.5 support added
5+
36
=== 1.2 (Released 27.12.2016)
47
* Windows platfor support added
58
* Github api token support added for Firefox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setuptools.setup(
1717
name='webdriver_manager',
1818
packages=setuptools.find_packages(exclude=['tests']),
19-
version='1.2',
19+
version='1.3',
2020
description=('Library provides the way to automatically manage drivers for different browsers'),
2121
author='Sergey Pirogov',
2222
author_email='automationremarks@gmail.com',

0 commit comments

Comments
 (0)