Skip to content

Commit

Permalink
Prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timwie committed Oct 20, 2023
1 parent 75fd2b6 commit 75fe342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

<br>

## Unreleased
## [0.2.0] – 2023-10-20
* Add Python 3.12 support
* Drop Python 3.9 support
* Increased `aiohttp` requirement to `~3.9.0b0`
Expand All @@ -22,3 +22,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* `/api/4/site/config/geodistribution`

[0.1.0]: https://github.com/timwie/aio-taginfo/releases/tag/v0.1.0
[0.1.0]: https://github.com/timwie/aio-taginfo/releases/tag/v0.2.0
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 = "aio-taginfo"
version = "0.1.0"
version = "0.2.0"
description = "Async client for the OpenStreetMap taginfo API"
authors = ["Tim Wiechers <mail@timwie.dev>"]
license = "MIT"
Expand Down

0 comments on commit 75fe342

Please sign in to comment.