Skip to content

Commit 7c2f41d

Browse files
committed
v0.18
1 parent abb4035 commit 7c2f41d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
Changes in 0.13 (from 0.12)
27
===========================
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='Appium-Python-Client',
20-
version='0.17',
20+
version='0.18',
2121
description='Python client for Appium 1.4',
2222
keywords=[
2323
'appium',

0 commit comments

Comments
 (0)