Skip to content

Commit 2f60027

Browse files
committed
Release 3.1.2
This release only changes the bundled libosmium in the published source wheel.
1 parent 508fb8b commit 2f60027

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
This 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

src/osmium/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# the major version
66
pyosmium_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
1313
protozero_version = '1.7.0'
1414
# pybind11 version shipped with the Pip release

0 commit comments

Comments
 (0)