Skip to content

Commit

Permalink
chore(main): release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 6, 2025
1 parent 466b5c1 commit e479700
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.3.1](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.0...v1.3.1) (2025-02-06)


### Bug Fixes

* bump kiota dependencies ([#827](https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/827)) ([466b5c1](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/466b5c119851debfcf5a1ab6d36f145abc36caaf))

## [1.3.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.2.1...v1.3.0) (2025-02-03)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "msgraph-core"
# The SDK version
# x-release-please-start-version
version = "1.3.0"
version = "1.3.1"
# x-release-please-end
authors = [{name = "Microsoft", email = "[email protected]"}]
description = "Core component of the Microsoft Graph Python SDK"
Expand Down
2 changes: 1 addition & 1 deletion src/msgraph_core/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
DEFAULT_CONNECTION_TIMEOUT = 30
# The SDK version
# x-release-please-start-version
SDK_VERSION = '1.3.0'
SDK_VERSION = '1.3.1'
# x-release-please-end
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

0 comments on commit e479700

Please sign in to comment.