File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
15
## [ 4.0.0] - 2024-09-20
8
16
9
17
### Added
@@ -50,6 +58,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
50
58
- use maximum parallelization when building (thanks @Mathiasdm )
51
59
- move build configuration to pyproject.toml as far as possible
52
60
61
+
53
62
## [ 3.7.0] - 2023-11-19
54
63
55
64
### Added
Original file line number Diff line number Diff line change 11
11
# the major version
12
12
pyosmium_major = '4.0'
13
13
# current release (Pip version)
14
- pyosmium_release = '4.0.0 '
14
+ pyosmium_release = '4.0.1 '
15
15
16
16
# libosmium version shipped with the Pip release
17
17
libosmium_version = '2.20.0'
You can’t perform that action at this time.
0 commit comments