Skip to content

Commit

Permalink
chore(main): release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 9, 2024
1 parent 70f8747 commit 7e0ed6f
Show file tree
Hide file tree
Showing 4 changed files with 18 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.14.0"
".": "1.14.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [1.14.1](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.14.0...v1.14.1) (2024-12-09)


### Bug Fixes

* downgrades aiohttp to match python supported versions ([00a6b5b](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/00a6b5b0757c287cba2cd508afaa4f0d479d4187))
* downgrades astroid to match python supported versions ([9ebbc83](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/9ebbc83d643f647fbccda117b438ae5167530ab4))
* downgrades docutils to match python supported versions ([8a9e7ef](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8a9e7ef48ece01b40ea931307123760682c20814))
* downgrades PyJWT to match python supported versions ([2650dd7](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/2650dd7ae6a604f29cd291e31615fca2edddaef9))
* downgrades pylint to match python supported versions ([51cf3ba](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/51cf3baf7860d7c9e19efd5cd0cbe191442bc73b))
* downgrades time-machine to match python supported versions ([3a8af15](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/3a8af15f3168e433a588968e4f808d904aa21107))
* downgrades tomli_w to match python supported versions ([8329bae](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8329bae26aee1f79c712a9e87cc659ac43dc7f1e))
* downgrades yarl to match python supported versions ([ddbf2ce](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/ddbf2ced40dd9a1a29e3c4644b4e576a55ba0ee1))
* downgrades zipp to match python supported versions ([58616ff](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/58616fff8c858b2bd63d3d13207444d770638adb))

## [1.14.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.13.0...v1.14.0) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion msgraph_beta/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The SDK version
# x-release-please-start-version
VERSION: str = '1.14.0'
VERSION: str = '1.14.1'
# x-release-please-end
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 = "flit_core.buildapi"
name = "msgraph-beta-sdk"
# The SDK version
# x-release-please-start-version
version = "1.14.0"
version = "1.14.1"
# x-release-please-end
authors = [{name = "Microsoft", email = "[email protected]"}]
description = "The Microsoft Graph Beta Python SDK"
Expand Down

0 comments on commit 7e0ed6f

Please sign in to comment.