Skip to content

Commit 6900c7a

Browse files
committed
v0.31
1 parent b6795db commit 6900c7a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes in 0.31 (from 0.30)
2+
===========================
3+
4+
15
Changes in 0.30 (from 0.29)
26
===========================
37

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ $ py.test test/functional/ios/find_by_ios_class_chain_tests.py
6565
6666
# Release
6767
68-
Release package with Twine
69-
70-
```
71-
$ pip install twine
72-
$ python setup.py sdist # build a release tar file in /dist
73-
$ twine upload dist/Appium-Python-Client-<release number>.tar.gz
74-
```
68+
1. Bump version in `setup.py` and update `CHANGELOG.txt`
69+
2. Release the package with Twine
70+
```
71+
$ pip install twine
72+
$ python setup.py sdist # build a release tar file in /dist
73+
$ twine upload dist/Appium-Python-Client-<release number>.tar.gz
74+
```
7575
7676
# Usage
7777

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

0 commit comments

Comments
 (0)