File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-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.1.2] - 2021-01-13
8+
9+ ### Fixed
10+
11+ - package pypi source wheel with correct libosmium version
12+
713## [ 3.1.1] - 2021-01-12
814
915### Added
Original file line number Diff line number Diff line change 55# the major version
66pyosmium_major = '3.1'
77# current release (Pip version)
8- pyosmium_release = '3.1.1 '
8+ pyosmium_release = '3.1.2 '
99
1010# libosmium version shipped with the Pip release
11- libosmium_version = '2.15.6 '
11+ libosmium_version = '2.16.0 '
1212# protozero version shipped with the Pip release
1313protozero_version = '1.7.0'
1414# pybind11 version shipped with the Pip release
You can’t perform that action at this time.
0 commit comments