File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file.
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 4.0.1] - 2024-09-27
8+
9+ ### Fixed
10+
11+ - correctly package py.typed file
12+ - typing: correctly report inheritance of SimpleWriter and NodeLocationsForWays
13+
14+
715## [ 4.0.0] - 2024-09-20
816
917### Added
@@ -50,6 +58,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5058- use maximum parallelization when building (thanks @Mathiasdm )
5159- move build configuration to pyproject.toml as far as possible
5260
61+
5362## [ 3.7.0] - 2023-11-19
5463
5564### Added
Original file line number Diff line number Diff line change 1111# the major version
1212pyosmium_major = '4.0'
1313# current release (Pip version)
14- pyosmium_release = '4.0.0 '
14+ pyosmium_release = '4.0.1 '
1515
1616# libosmium version shipped with the Pip release
1717libosmium_version = '2.20.0'
You can’t perform that action at this time.
0 commit comments