File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 1- VERSION : str = '1.3 .0'
1+ VERSION : str = '1.4 .0'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " msgraph-beta-sdk"
7- version = " 1.3 .0"
7+ version = " 1.4 .0"
88authors = [{
name =
" Microsoft" ,
email =
" [email protected] " }]
99description = " The Microsoft Graph Beta Python SDK"
1010dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
6161]
6262
6363[tool .bumpver ]
64- current_version = " 1.3 .0"
64+ current_version = " 1.4 .0"
6565version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
6666commit_message = " bump version {old_version} -> {new_version}"
6767commit = true
You can’t perform that action at this time.
0 commit comments