Skip to content

Commit

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

chore(main): release 1.13.0
  • Loading branch information
baywet authored Nov 23, 2024
2 parents 8e910f1 + a33a258 commit 998f45e
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.12.0"
".": "1.13.0"
}
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.13.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.12.0...v1.13.0) (2024-11-23)


### Features

* **generation:** update request builders and models ([6a58093](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/6a58093adedb71be57fbac6847d562f8e70f9291))

## [1.12.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.11.0...v1.12.0) (2024-11-07)


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.12.0'
VERSION: str = '1.13.0'
# 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.12.0"
version = "1.13.0"
# x-release-please-end
authors = [{name = "Microsoft", email = "[email protected]"}]
description = "The Microsoft Graph Beta Python SDK"
Expand Down

0 comments on commit 998f45e

Please sign in to comment.