Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Oct 31, 2023
1 parent bd0adc6 commit 41e8395
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-10-31

### Added

### Changed
- GA release.

## [0.3.2] - 2023-10-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion kiota_authentication_azure/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = '0.3.2'
VERSION: str = '1.0.0'
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ authors = [{name = "Microsoft", email = "[email protected]"}]
dependencies = [
"aiohttp >=3.8.0",
"azure-core >=1.21.1",
"microsoft-kiota-abstractions >=0.1.0",
"microsoft-kiota-abstractions >=1.0.0,<2.0.0",
"opentelemetry-api >=1.20.0",
"opentelemetry-sdk >=1.20.0",
]
license = {file = "LICENSE"}
readme = "README.md"
keywords = ["kiota", "openAPI", "Microsoft", "Graph"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 41e8395

Please sign in to comment.