From 14279fc328d28a1fa71bb4c200e3698cbcd8e80e Mon Sep 17 00:00:00 2001 From: James Riehl <33920192+jrriehl@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:06:38 +0000 Subject: [PATCH] chore: add history entry and bump version to 0.9.2 for release (#384) * add history entry and bump version to 0.9.2 for release * fix: denom to denomination --- .wordlist.txt | 1 + HISTORY.md | 5 +++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.wordlist.txt b/.wordlist.txt index e2eddb6e..90fe9184 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -311,3 +311,4 @@ bool noqa biputils googleapis +M1 diff --git a/HISTORY.md b/HISTORY.md index 86f86f75..802155b1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Release History +## 0.9.2 + +- fix: coin parsing to support ibc denominations +- chore: bump grpcio to support Apple M1 architectures and Python 3.12 + ## 0.9.1 - fix: move googleapis-common-protos to main dependency group to resolve installation issues diff --git a/pyproject.toml b/pyproject.toml index 18511ed6..beafb725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cosmpy" -version = "0.9.1" +version = "0.9.2" description = "A library for interacting with the cosmos networks" authors = ["Fetch.AI Limited"] readme = "README.md"