From e0d12a123e7afe636d953d2dece9cf99c6fceaee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Jun 2023 09:29:22 +0000 Subject: [PATCH] chore(release): 1.4.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd73b0..9febbd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/recap-utr/nlp-service/compare/v1.4.2...v1.4.3) (2023-06-07) + + +### Bug Fixes + +* update deps to remove yanked grpcio release ([4b1f277](https://github.com/recap-utr/nlp-service/commit/4b1f2773953f812925de57b181cfb58f7e25d7f7)) + ## [1.4.2](https://github.com/recap-utr/nlp-service/compare/v1.4.1...v1.4.2) (2023-06-07) diff --git a/pyproject.toml b/pyproject.toml index 615887a..09880a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nlp-service" -version = "1.4.2" +version = "1.4.3" description = "Microservice for NLP tasks using gRPC" authors = ["Mirko Lenz "] license = "MIT"