Skip to content

Commit 892f29e

Browse files
tpellissierclaude
andcommitted
Update _odata.py import and CONTRIBUTING.md for removed __version__.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 250101a commit 892f29e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ published release:
119119

120120
```bash
121121
# After publishing v0.1.0b4, bump to v0.1.0b5 on main
122-
# Update both pyproject.toml and src/PowerPlatform/Dataverse/__version__.py
122+
# Update version in pyproject.toml (single source of truth)
123123
# Commit directly to main: "Bump version to 0.1.0b5 for next development cycle"
124124
```

src/PowerPlatform/Dataverse/data/_odata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
VALIDATION_UNSUPPORTED_CACHE_KIND,
3636
)
3737

38-
from ..__version__ import __version__ as _SDK_VERSION
38+
from .. import __version__ as _SDK_VERSION
3939

4040
_USER_AGENT = f"DataverseSvcPythonClient:{_SDK_VERSION}"
4141
_GUID_RE = re.compile(r"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}")

0 commit comments

Comments
 (0)