Skip to content

Commit

Permalink
ei-2772 - release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
captnz committed Jan 23, 2024
1 parent 344ad41 commit 82d175c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]

## [4.0.2] - 2024-01-23
- Enable keep alive of grpc channel by default

## [4.0.1] - 2023-09-21
Expand Down Expand Up @@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- docker and makefile fixes for mac and changes in buf


[4.0.2]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v3.0.1...v4.0.0
[3.0.1]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v3.0.0...v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ This package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm


## Releasing
* Update package version in [setup.py](./setup.py) for the release:
* Update [CHANGELOG.md](https://github.com/Iotic-Labs/iotics-grpc-client-py/blob/main/CHANGELOG.md) (move notes from unreleased section, ensure right tags are used, etc.)
* Update package version in [setup.cfg](./setup.cfg) for the release:
* Update [CHANGELOG.md](./CHANGELOG.md) (move notes from unreleased section, ensure right tags are used, etc.)
and any other files as needed.
* Commit changes and create a [PR](https://github.com/Iotic-Labs/iotics-grpc-client-py/compare).
* Once PR is merged manually run the [Create Draft Release GitHub Action](https://github.com/Iotic-Labs/iotics-grpc-client-py/actions/workflows/draft_release.yml), this will create a tag with the version in setup.py and create a draft release in [releases](https://github.com/Iotic-Labs/iotics-grpc-client-py/releases).
Expand Down
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 = 4.0.1
version = 4.0.2
description = Iotics gRPC client library
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 82d175c

Please sign in to comment.