File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed 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+ ## [ 3.7.0] - 2023-11-19
8+
9+ ### Added
10+
11+ - transparently retry download on transient HTTP errors
12+
13+ ### Fixed
14+
15+ - catch non-200 status for HTTP responses
16+
17+ ### Changed
18+
19+ - update to pybind 2.11.1
20+ - update to libosmium 2.20.0
21+
22+
723## [ 3.6.0] - 2023-01-20
824
925### Changed
@@ -12,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1228- update to libosmium 2.19.0
1329- change minimum required version of Cmake to 3.0
1430
31+
1532## [ 3.6.0rc1] - 2022-12-13
1633
1734### Changed
@@ -20,6 +37,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2037- invalid buffers are now checked on access time, no more reference count
2138 checks on leaving the handler callback
2239
40+
2341## [ 3.5.0] - 2022-11-09
2442
2543### Added
Original file line number Diff line number Diff line change 99"""
1010
1111# the major version
12- pyosmium_major = '3.6 '
12+ pyosmium_major = '3.7 '
1313# current release (Pip version)
14- pyosmium_release = '3.6.1 '
14+ pyosmium_release = '3.7.0 '
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