From 1cb18eef93cc37468a463369dfb5e6458869857d Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 6 Jul 2023 18:57:39 +0300 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9d314..d53506f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [2.2.1] - 2023-07-06 + +- Add documentation. + ## [2.2.0] - 2023-04-22 - Reexport models from pywttr-models. diff --git a/pyproject.toml b/pyproject.toml index 62a0316..3b5b5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiopywttr" -version = "2.2.0" +version = "2.2.1" description = "Asynchronous wrapper for wttr.in API" authors = ["monosans "] license = "MIT"