From 7fe8f19d83c42a3bdf8b348519a636dbe6dc09e3 Mon Sep 17 00:00:00 2001 From: Isaac Murchie Date: Thu, 22 Jan 2015 16:46:29 -0800 Subject: [PATCH] Bump version --- CHANGELOG.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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',