File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ Changes in 0.31 (from 0.30)
2+ ===========================
3+
4+
15Changes in 0.30 (from 0.29)
26===========================
37
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717
1818setup (
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' ,
You can’t perform that action at this time.
0 commit comments