From 628649f394422503c72bbb02c76ad152af560356 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Aug 2022 20:55:52 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.3=20=E2=86=92=201.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9025b03..d5c72eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.4 (2022-08-31) + +### Fix + +- make flamingo signature optional (#16) + ## 1.2.3 (2022-08-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9353056..56008d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mode-client" -version = "1.2.3" +version = "1.2.4" description = "A typed Python client for the Mode API" authors = ["Kshitij Aranke "] readme = "README.md" @@ -25,7 +25,7 @@ mypy = "^0.971" [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.3" +version = "1.2.4" version_files = ["pyproject.toml:version"] [build-system]