File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 2727 [ ` f6c4687 ` ] ( https://github.com/appium/python-client/commit/f6c46878c12ae0a8a9ff82e1e9755f325eb8e7cf ) )
2828
2929
30- ## Unreleased
31-
32- ### Chores
33-
34- - Revert version created by release script checking
35- ([ #1164 ] ( https://github.com/appium/python-client/pull/1164 ) ,
36- [ ` 04a8580 ` ] ( https://github.com/appium/python-client/commit/04a8580f999843bc9d121c1ed4ce872761350f31 ) )
37-
38- - Use semantic release changelog instead of gitchangelog
39- ([ #1163 ] ( https://github.com/appium/python-client/pull/1163 ) ,
40- [ ` dd3709e ` ] ( https://github.com/appium/python-client/commit/dd3709e084e802d6534d51151be1bd45456a4ebd ) )
41-
42- ### Documentation
43-
44- - Manage sphinx stuff via uv ([ #1162 ] ( https://github.com/appium/python-client/pull/1162 ) ,
45- [ ` df66645 ` ] ( https://github.com/appium/python-client/commit/df66645ab284193f8f673d491c8daddcce381a71 ) )
46-
47-
4830## v5.2.0 (2025-08-07)
4931
5032### Bug Fixes
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ uv pip install twine
537537
538538rm -rf dist
539539# bumping the version, building a package and creating a tag.
540- uv run semantic-release version
540+ uv run semantic-release version --patch|--minor|--major
541541
542542# this ' release' script now has pushing built modules to pypi only.
543543./release.sh # and type the target version.
You can’t perform that action at this time.
0 commit comments