Skip to content

Commit

Permalink
Merge branch 'main' into shem/batch_requests_samples
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe authored Oct 8, 2024
2 parents f5b378b + 92ddc32 commit 1dadf66
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
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.4"
".": "1.1.5"
}
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.1.5](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.4...v1.1.5) (2024-10-02)


### Bug Fixes

* release please initial configuration ([e781cd8](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/e781cd81156622b59a5b3c48fdf70995379d08a0))

## [1.1.4](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.3...v1.1.4) (2024-09-24)


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.4"
version = "1.1.5"
# 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 release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "69079661c12dbfe6bf0c7cc379597d0c6c49e6f8",
"bootstrap-sha": "991a5e0bc2ea4db108a127a1d079967b97ae1280",
"exclude-paths": [
".git",
".idea",
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.1.4'
SDK_VERSION = '1.1.5'
# x-release-please-end
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

0 comments on commit 1dadf66

Please sign in to comment.