Skip to content

Commit

Permalink
v0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 21, 2018
1 parent b6795db commit 6900c7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in 0.31 (from 0.30)
===========================


Changes in 0.30 (from 0.29)
===========================

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ $ py.test test/functional/ios/find_by_ios_class_chain_tests.py
# Release
Release package with Twine
```
$ pip install twine
$ python setup.py sdist # build a release tar file in /dist
$ twine upload dist/Appium-Python-Client-<release number>.tar.gz
```
1. Bump version in `setup.py` and update `CHANGELOG.txt`
2. Release the package with Twine
```
$ pip install twine
$ python setup.py sdist # build a release tar file in /dist
$ twine upload dist/Appium-Python-Client-<release number>.tar.gz
```
# Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='Appium-Python-Client',
version='0.30',
version='0.31',
description='Python client for Appium 1.5',
keywords=[
'appium',
Expand Down

0 comments on commit 6900c7a

Please sign in to comment.