Skip to content

Commit

Permalink
Merge pull request #631 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--msgraph-core

chore(main): release 1.1.1
  • Loading branch information
baywet authored Jul 10, 2024
2 parents 99ea154 + 80f944e commit e1ae3bb
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.0"
".": "1.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.1.1](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.0...v1.1.1) (2024-07-10)


### Bug Fixes

* avoid using default mutable parameters ([9fa773a](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/9fa773a7ca92f916a6eb593f033322d5a1918a10))
* fixes constants path for release please config ([2ff4440](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/2ff4440a18347feb173a40010ab4d9910717c6b6))

## [1.1.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.0.1...v1.1.0) (2024-06-19)


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.1.0"
version = "1.1.1"
# x-release-please-end
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
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.0.1'
SDK_VERSION = '1.1.1'
# x-release-please-end
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

0 comments on commit e1ae3bb

Please sign in to comment.