Skip to content

Commit a9157c4

Browse files
committed
Release v4.0.1
1 parent f8eeee6 commit a9157c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
All notable changes to this project will be documented in this file.
55
This 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

src/osmium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# the major version
1212
pyosmium_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
1717
libosmium_version = '2.20.0'

0 commit comments

Comments
 (0)