Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.6.0 #526

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.3"
".": "1.6.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.6.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.3...v1.6.0) (2024-09-06)


### Features

* readme formatting to trigger release please ([e351f0a](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/e351f0accd9009fcde9e385b25b0d25ba239fcd0))


### Bug Fixes

* release please type configuration ([5c3f611](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/5c3f6119a2b7015ddd97c1aaa54a0147353da767))

## [1.5.3](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.2...v1.5.3) (2024-08-02)


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.5.3'
VERSION: str = '1.6.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.5.3"
version = "1.6.0"
# x-release-please-end
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
description = "The Microsoft Graph Beta Python SDK"
Expand Down