From 41bd0900f9cdcbe97c46c30326f1fc5df9abbb50 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Tue, 31 Oct 2023 19:30:39 +0300 Subject: [PATCH] GA release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- kiota_abstractions/_version.py | 2 +- pyproject.toml | 4 +--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5eae64..e1a84d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.1] - 2023-10-25 ### Added diff --git a/README.md b/README.md index 2da43ee1..104a627d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Microsoft Kiota Abstractions Library for Python [![PyPI version](https://badge.fury.io/py/microsoft-kiota-abstractions.svg)](https://badge.fury.io/py/microsoft-kiota-abstractions) -[![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) +[![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) [![Downloads](https://pepy.tech/badge/microsoft-kiota-abstractions)](https://pepy.tech/project/microsoft-kiota-abstractions) 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. diff --git a/kiota_abstractions/_version.py b/kiota_abstractions/_version.py index 774e1de2..034cf598 100644 --- a/kiota_abstractions/_version.py +++ b/kiota_abstractions/_version.py @@ -1 +1 @@ -VERSION: str = "0.9.1" +VERSION: str = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index ae39933b..f4766225 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,7 @@ 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",