File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +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-23
9+
10+ ### Changed
11+
12+ - Weekly generation with Kiota - 21st May 2024
13+
814## [ 1.4.0] - 2024-05-08
915
1016### Changed
Original file line number Diff line number Diff line change 1- VERSION : str = '1.4 .0'
1+ VERSION : str = '1.5 .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-sdk"
7- version = " 1.4 .0"
7+ version = " 1.5 .0"
88authors = [{name = " Microsoft" , email = " graphtooling+python@microsoft.com" }]
99description = " The Microsoft Graph Python SDK"
1010dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
6161]
6262
6363[tool .bumpver ]
64- current_version = " 1.3 .0"
64+ current_version = " 1.5 .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