File tree Expand file tree Collapse file tree
src/PowerPlatform/Dataverse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,4 +109,16 @@ Brief summary of the release
109109### Fixed
110110- Bug fix 1 (#125 )
111111- Bug fix 2 (#126 )
112+ ```
113+
114+ ** Post-Release Version Bump:**
115+
116+ After tagging and publishing a release, immediately bump the version on ` main ` to the next
117+ development target. This ensures builds from source are clearly distinguished from the
118+ published release:
119+
120+ ``` bash
121+ # After publishing v0.1.0b4, bump to v0.1.0b5 on main
122+ # Update both pyproject.toml and src/PowerPlatform/Dataverse/__version__.py
123+ # Commit directly to main: "Bump version to 0.1.0b5 for next development cycle"
112124```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " PowerPlatform-Dataverse-Client"
7- version = " 0.1.0b4 "
7+ version = " 0.1.0b5 "
88description = " Python SDK for Microsoft Dataverse"
99readme = {file = " README.md" , content-type = " text/markdown" }
1010authors = [{name = " Microsoft Corporation" }]
Original file line number Diff line number Diff line change 33
44"""Version information for PowerPlatform-Dataverse-Client package."""
55
6- __version__ = "0.1.0b4 "
6+ __version__ = "0.1.0b5 "
You can’t perform that action at this time.
0 commit comments