Skip to content

Commit 88b6ec3

Browse files
authored
Merge pull request #173 from microsoft/chore/GA-release
GA release
2 parents f3e3898 + 41bd090 commit 88b6ec3

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.0.0] - 2023-10-31
9+
10+
### Added
11+
12+
### Changed
13+
- GA release
14+
815
## [0.9.1] - 2023-10-25
916

1017
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft Kiota Abstractions Library for Python
22
[![PyPI version](https://badge.fury.io/py/microsoft-kiota-abstractions.svg)](https://badge.fury.io/py/microsoft-kiota-abstractions)
3-
[![CI Actions Status](https://github.com/microsoft/kiota-abstractions-python/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/microsoft/kiota-abstractions-python/actions)
3+
[![CI Actions Status](https://github.com/microsoft/kiota-abstractions-python/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/microsoft/kiota-abstractions-python/actions)
44
[![Downloads](https://pepy.tech/badge/microsoft-kiota-abstractions)](https://pepy.tech/project/microsoft-kiota-abstractions)
55

66
The Microsoft Kiota abstractions library for Python is the python package defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition.

kiota_abstractions/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = "0.9.1"
1+
VERSION: str = "1.0.0"

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ license = {file = "LICENSE"}
1414
readme = "README.md"
1515
keywords = ["kiota", "openAPI", "Microsoft", "Graph"]
1616
classifiers = [
17-
"Development Status :: 3 - Alpha",
18-
"Programming Language :: Python :: 3.6",
19-
"Programming Language :: Python :: 3.7",
17+
"Development Status :: 5 - Production/Stable",
2018
"Programming Language :: Python :: 3.8",
2119
"Programming Language :: Python :: 3.9",
2220
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)