File tree 3 files changed +12
-8
lines changed
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
+
1
5
Changes in 0.30 (from 0.29)
2
6
===========================
3
7
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
65
65
66
66
# Release
67
67
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
+ ```
75
75
76
76
# Usage
77
77
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'Appium-Python-Client' ,
20
- version = '0.30 ' ,
20
+ version = '0.31 ' ,
21
21
description = 'Python client for Appium 1.5' ,
22
22
keywords = [
23
23
'appium' ,
You can’t perform that action at this time.
0 commit comments