diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f0ba421b..e52db467 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +Changes in 0.13 (from 0.12) +=========================== + +- Fix error in imports when user does not have the SauceClient already +installed + Changes in 0.12 (from 0.11) =========================== diff --git a/setup.py b/setup.py index 52e33441..bfc12b9d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='Appium-Python-Client', - version='0.12', + version='0.13', description='Python client for Appium 1.0', keywords=[ 'appium',