We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6071755 commit 7fe8f19Copy full SHA for 7fe8f19
CHANGELOG.txt
@@ -1,3 +1,9 @@
1
+Changes in 0.13 (from 0.12)
2
+===========================
3
+
4
+- Fix error in imports when user does not have the SauceClient already
5
+installed
6
7
Changes in 0.12 (from 0.11)
8
===========================
9
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='Appium-Python-Client',
20
- version='0.12',
+ version='0.13',
21
description='Python client for Appium 1.0',
22
keywords=[
23
'appium',
0 commit comments