diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bae388..6674df7 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.4.2] - 2023-10-11 ### Added diff --git a/kiota_serialization_json/_version.py b/kiota_serialization_json/_version.py index 219d6e3..5b691ff 100644 --- a/kiota_serialization_json/_version.py +++ b/kiota_serialization_json/_version.py @@ -1 +1 @@ -VERSION: str = '0.4.2' +VERSION: str = '1.0.0' diff --git a/pyproject.toml b/pyproject.toml index ccb11b2..c4706ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,16 +6,14 @@ build-backend = "flit_core.buildapi" name = "microsoft-kiota-serialization-json" authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] dependencies = [ - "microsoft-kiota_abstractions >=0.1.0", + "microsoft-kiota_abstractions >=1.0.0,<2.0.0", "pendulum >=2.1.2", ] 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", diff --git a/requirements-dev.txt b/requirements-dev.txt index 83c362c..d242863 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -68,7 +68,7 @@ colorama==0.4.6 exceptiongroup==1.1.3 -microsoft-kiota-abstractions==0.9.1 +microsoft-kiota-abstractions==1.0.0 pendulum==2.1.2