Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 26, 2022
1 parent 93224e2 commit c5ac20f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Семантическое Версионирование](https://semver.org/lang/ru/)

## [5.0.3] - 2022-11-26

- Keyword-only аргументы публичных методов теперь можно передавать как позиционные.

## [5.0.2] - 2022-08-16

- Минимальная необходимая версия Python повышена с 3.7 до 3.7.2.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiopygismeteo"
version = "5.0.2"
version = "5.0.3"
description = "Asynchronous wrapper for Gismeteo API"
authors = ["monosans <hsyqixco@protonmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c5ac20f

Please sign in to comment.