Skip to content

Commit 1dadf66

Browse files
authored
Merge branch 'main' into shem/batch_requests_samples
2 parents f5b378b + 92ddc32 commit 1dadf66

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build package
3030
run: python -m build
3131
- name: Publish package
32-
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
32+
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_TOKEN }}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.4"
2+
".": "1.1.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [1.1.5](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.4...v1.1.5) (2024-10-02)
6+
7+
8+
### Bug Fixes
9+
10+
* release please initial configuration ([e781cd8](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/e781cd81156622b59a5b3c48fdf70995379d08a0))
11+
512
## [1.1.4](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.3...v1.1.4) (2024-09-24)
613

714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "msgraph-core"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.1.4"
9+
version = "1.1.5"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "[email protected]"}]
1212
description = "Core component of the Microsoft Graph Python SDK"

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"bootstrap-sha": "69079661c12dbfe6bf0c7cc379597d0c6c49e6f8",
2+
"bootstrap-sha": "991a5e0bc2ea4db108a127a1d079967b97ae1280",
33
"exclude-paths": [
44
".git",
55
".idea",

src/msgraph_core/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
DEFAULT_CONNECTION_TIMEOUT = 30
1111
# The SDK version
1212
# x-release-please-start-version
13-
SDK_VERSION = '1.1.4'
13+
SDK_VERSION = '1.1.5'
1414
# x-release-please-end
1515
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

0 commit comments

Comments
 (0)