From a9157c444f51700901d8f269434d4bb2309fee4e Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 27 Sep 2024 16:05:48 +0200 Subject: [PATCH] Release v4.0.1 --- CHANGELOG.md | 9 +++++++++ src/osmium/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abba166..cfe879b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.1] - 2024-09-27 + +### Fixed + +- correctly package py.typed file +- typing: correctly report inheritance of SimpleWriter and NodeLocationsForWays + + ## [4.0.0] - 2024-09-20 ### Added @@ -50,6 +58,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - use maximum parallelization when building (thanks @Mathiasdm) - move build configuration to pyproject.toml as far as possible + ## [3.7.0] - 2023-11-19 ### Added diff --git a/src/osmium/version.py b/src/osmium/version.py index 6def41a..4e0604d 100644 --- a/src/osmium/version.py +++ b/src/osmium/version.py @@ -11,7 +11,7 @@ # the major version pyosmium_major = '4.0' # current release (Pip version) -pyosmium_release = '4.0.0' +pyosmium_release = '4.0.1' # libosmium version shipped with the Pip release libosmium_version = '2.20.0'