diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5eae6..e1a84d9 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 2da43ee..104a627 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 774e1de..034cf59 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 ae39933..f476622 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",