Skip to content

Commit bc830e1

Browse files
committed
add comments around version to allow release please update version numbers
1 parent cc24a4d commit bc830e1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

msgraph/_version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# The SDK version
2+
# x-release-please-start-version
13
VERSION: str = '1.5.0'
4+
# x-release-please-end

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "msgraph-sdk"
7+
# The SDK version
8+
# x-release-please-start-version
79
version = "1.5.0"
10+
# x-release-please-end
811
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
912
description = "The Microsoft Graph Python SDK"
1013
dependencies = [

0 commit comments

Comments
 (0)