Skip to content

Commit d9c6522

Browse files
committed
Prepare release 0.4
1 parent a953c99 commit d9c6522

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [0.4.0] - 2024-07-21
66
* **Breaking**: Rename `TagInfo*Error` classes to `Taginfo*Error`
77
* **Breaking**: Move the `PrevalentValue` class from `api.v4.key` to `api.v4.key.prevalent_values`
88
* More endpoints are implemented:
@@ -38,3 +38,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3838
[0.1.0]: https://github.com/timwie/aio-taginfo/releases/tag/v0.1.0
3939
[0.2.0]: https://github.com/timwie/aio-taginfo/releases/tag/v0.2.0
4040
[0.3.0]: https://github.com/timwie/aio-taginfo/releases/tag/v0.3.0
41+
[0.4.0]: https://github.com/timwie/aio-taginfo/releases/tag/v0.4.0

poetry.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aio-taginfo"
3-
version = "0.3.0.post2"
3+
version = "0.4.0"
44
description = "Async client for the OpenStreetMap taginfo API"
55
authors = ["Tim Wiechers <[email protected]>"]
66
license = "MIT"
@@ -52,7 +52,7 @@ isort = "^5.13.2"
5252
loguru = "^0.7.2"
5353
mypy = "^1.11.0"
5454
pdoc = "^14.5.1"
55-
pytest = "^8.2.2"
55+
pytest = "^8.3.1"
5656
pytest-asyncio = "^0.23.5"
5757
pytest-cov = "^5.0.0"
5858
pytest-randomly = "^3.15.0"

0 commit comments

Comments
 (0)