We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb4035 commit 7c2f41dCopy full SHA for 7c2f41d
2 files changed
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+Changes in 0.18 (from 0.17)
2
+===========================
3
+
4
+- Remove dependency on `enum34`, which prevented installation in Python 3.5
5
6
Changes in 0.13 (from 0.12)
7
===========================
8
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='Appium-Python-Client',
20
- version='0.17',
+ version='0.18',
21
description='Python client for Appium 1.4',
22
keywords=[
23
'appium',
0 commit comments