File tree Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 73
73
# built documents.
74
74
#
75
75
# The short X.Y version.
76
- version = u'0.9.0 '
76
+ version = u'0.9.1 '
77
77
# The full version, including alpha/beta/rc tags.
78
- release = u'0.9.0 '
78
+ release = u'0.9.1 '
79
79
80
80
# The language for content autogenerated by Sphinx. Refer to documentation
81
81
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ Release Checklist
33
33
34
34
* Check tests are passing (run_local_tests.sh)
35
35
* Update version info (see `Update Version Info `_)
36
- * Build and publish PyPI package (see `Build PyPI package `_)
37
- * Check PyPI page for obvious errors
38
- * ``git tag `` with version number
36
+ * push tag to GitHub `git push origin tag vx.x.x `
39
37
* Check read the docs page
40
38
41
39
Update Version Info
@@ -54,19 +52,6 @@ following example the version is being updated for a patch.
54
52
bumpversion patch setup.py
55
53
56
54
57
- Build PyPI package
58
- ------------------
59
-
60
- Update version information in setup.py.
61
-
62
- To upload to PyPI:
63
-
64
- .. code-block ::
65
-
66
- python3 setup.py bdist_wheel sdist
67
- twine upload dist/*
68
-
69
-
70
55
Test Build of Documentation
71
56
---------------------------
72
57
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.0
2
+ current_version = 0.9.1
3
3
tag = True
4
4
tag_name = v{new_version}
5
5
Original file line number Diff line number Diff line change 13
13
14
14
here = path .abspath (path .dirname (__file__ ))
15
15
16
- required_packages = ['PyGObject' ]
16
+ required_packages = ['PyGObject<3.52.0 ' ]
17
17
extras_rel = ['bumpversion' , 'twine' ]
18
18
extras_doc = ['sphinx' , 'sphinx_rtd_theme' ]
19
19
extras_test = ['coverage' , 'pycodestyle' , 'python-dbusmock' ]
29
29
# Versions should comply with PEP440. For a discussion on single-sourcing
30
30
# the version across setup.py and the project code, see
31
31
# https://packaging.python.org/en/latest/single_source_version.html
32
- version = '0.9.0 ' ,
32
+ version = '0.9.1 ' ,
33
33
34
34
description = 'Python library for Bluetooth Low Energy (BLE) on Linux' ,
35
35
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments