Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Sep 27, 2024
1 parent f8eeee6 commit a9157c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a9157c4

Please sign in to comment.