Skip to content

Commit

Permalink
Merge pull request #156 from microsoft/chore/GA-release
Browse files Browse the repository at this point in the history
GA release
  • Loading branch information
baywet committed Oct 31, 2023
2 parents 58ffb59 + 58c0486 commit f766695
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.3.0] - 2023-10-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion kiota_serialization_text/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = '0.3.0'
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-text"
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
dependencies = [
"microsoft-kiota_abstractions >=0.1.0",
"microsoft-kiota_abstractions >=1.0.0,<2.0.0",
"python-dateutil >=2.8.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 @@ -66,7 +66,7 @@ yapf==0.40.2

zipp==3.17.0 ; python_version >= '3.7'

microsoft-kiota-abstractions==0.9.1
microsoft-kiota-abstractions==1.0.0

python-dateutil==2.8.2

Expand Down

0 comments on commit f766695

Please sign in to comment.