File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.2 "
2+ "." : " 1.1.3 "
33}
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.1.3] ( https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.2...v1.1.3 ) (2024-09-03)
6+
7+
8+ ### Bug Fixes
9+
10+ * remove print statements from upload code. ([ 353d72d] ( https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/353d72da513e0c5b809d31a8d921de0a0bde10be ) )
11+
512## [ 1.1.2] ( https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.1...v1.1.2 ) (2024-07-12)
613
714
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " msgraph-core"
77# The SDK version
88# x-release-please-start-version
9- version = " 1.1.2 "
9+ version = " 1.1.3 "
1010# x-release-please-end
1111authors = [{name = " Microsoft" , email = " graphtooling+python@microsoft.com" }]
1212description = " Core component of the Microsoft Graph Python SDK"
Original file line number Diff line number Diff line change 1010DEFAULT_CONNECTION_TIMEOUT = 30
1111# The SDK version
1212# x-release-please-start-version
13- SDK_VERSION = '1.1.2 '
13+ SDK_VERSION = '1.1.3 '
1414# x-release-please-end
1515MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'
You can’t perform that action at this time.
0 commit comments