Skip to content

Commit

Permalink
Release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 19, 2023
1 parent 7620f84 commit a588939
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.7.0] - 2023-11-19

### Added

- transparently retry download on transient HTTP errors

### Fixed

- catch non-200 status for HTTP responses

### Changed

- update to pybind 2.11.1
- update to libosmium 2.20.0


## [3.6.0] - 2023-01-20

### Changed
Expand All @@ -12,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- update to libosmium 2.19.0
- change minimum required version of Cmake to 3.0


## [3.6.0rc1] - 2022-12-13

### Changed
Expand All @@ -20,6 +37,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- invalid buffers are now checked on access time, no more reference count
checks on leaving the handler callback


## [3.5.0] - 2022-11-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"""

# the major version
pyosmium_major = '3.6'
pyosmium_major = '3.7'
# current release (Pip version)
pyosmium_release = '3.6.1'
pyosmium_release = '3.7.0'

# libosmium version shipped with the Pip release
libosmium_version = '2.20.0'
Expand Down

0 comments on commit a588939

Please sign in to comment.