Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
bump: version 1.2.3 → 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2022
1 parent 8924ce2 commit 628649f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.4 (2022-08-31)

### Fix

- make flamingo signature optional (#16)

## 1.2.3 (2022-08-23)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand All @@ -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]
Expand Down

0 comments on commit 628649f

Please sign in to comment.