Skip to content

Commit c63dc3b

Browse files
tpellissier-msfttpellissierclaude
authored
Bump version to 0.1.0b5 for next development cycle (#121)
Post-release version bump. Ensures builds from source are distinguishable from the published b4 release. Also adds the post-release version bump step to CONTRIBUTING.md. Co-authored-by: tpellissier <tpellissier@microsoft.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3faae2b commit c63dc3b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PowerPlatform-Dataverse-Client"
7-
version = "0.1.0b4"
7+
version = "0.1.0b5"
88
description = "Python SDK for Microsoft Dataverse"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
authors = [{name = "Microsoft Corporation"}]

src/PowerPlatform/Dataverse/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""Version information for PowerPlatform-Dataverse-Client package."""
55

6-
__version__ = "0.1.0b4"
6+
__version__ = "0.1.0b5"

0 commit comments

Comments
 (0)