From e6ef8c2f0d59e929b719e490134bc54e04909aa7 Mon Sep 17 00:00:00 2001 From: Isaac Murchie Date: Mon, 7 Jul 2014 16:29:42 -0700 Subject: [PATCH] Bump version --- CHANGELOG.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.txt diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 00000000..c9aff327 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,5 @@ +Changes in 0.9 (from 0.8) +========================= + +- Add methods for accessing and manipulating the network connection details on Android devices +- Add methods for accessing and manipulating the input methods on Android devices diff --git a/setup.py b/setup.py index 4e8499a0..98306823 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='Appium-Python-Client', - version='0.8', + version='0.9', description='Python client for Appium 1.0', keywords=[ 'appium',