Skip to content

Commit 9096adb

Browse files
authored
Merge pull request #405 from microsoftgraph/hotfix/release_1.4.0
update changelog and version
2 parents 3c847d6 + 2cf5c5c commit 9096adb

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# [1.5.0] - 2024-05-08
98

10-
### Changed
11-
12-
- Weekly generation with Kiota 14th May 2024
13-
14-
## [1.4.0] - 2024-05-08
9+
## [1.4.0] - 2024-05-16
1510

1611
### Changed
1712

18-
- Weekly generation with Kiota 7th May 2024
13+
- Weekly generation with Kiota 14th May 2024
1914
- Updated Request Configuration classes to use base Request Configuration
2015
-Added Reuest builder custom configuratons for backward compatibility.
2116

msgraph_beta/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = '1.3.0'
1+
VERSION: str = '1.4.0'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "msgraph-beta-sdk"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
authors = [{name = "Microsoft", email = "[email protected]"}]
99
description = "The Microsoft Graph Beta Python SDK"
1010
dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
6161
]
6262

6363
[tool.bumpver]
64-
current_version = "1.3.0"
64+
current_version = "1.4.0"
6565
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6666
commit_message = "bump version {old_version} -> {new_version}"
6767
commit = true

0 commit comments

Comments
 (0)