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

Commit

Permalink
Merge pull request #188 from microsoft/chore/GA-release
Browse files Browse the repository at this point in the history
GA release
  • Loading branch information
baywet authored Oct 31, 2023
2 parents 357ed43 + 086910a commit c0701a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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.4.2] - 2023-10-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion kiota_serialization_json/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = '0.4.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 @@ -6,16 +6,14 @@ build-backend = "flit_core.buildapi"
name = "microsoft-kiota-serialization-json"
authors = [{name = "Microsoft", email = "[email protected]"}]
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",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0701a6

Please sign in to comment.