Skip to content

Commit

Permalink
chore: release v8.0.0 with type hints included
Browse files Browse the repository at this point in the history
  • Loading branch information
conbon committed Jul 15, 2024
1 parent 2fe2b49 commit 24a57df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0] - 2024-07-15

- Add range to list twins

## [7.0.0] - 2024-06-25

- Updated to IOTICS Public API v1.3.0
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include * *.pyi
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = iotics-grpc-client
version = 7.0.0
version = 8.0.0
description = Iotics gRPC client library
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 24a57df

Please sign in to comment.