diff -Nru pyosmium-3.1.1/CHANGELOG.md pyosmium-3.1.2/CHANGELOG.md --- pyosmium-3.1.1/CHANGELOG.md 2021-01-12 08:17:08.000000000 +0000 +++ pyosmium-3.1.2/CHANGELOG.md 2021-01-13 08:22:19.000000000 +0000 @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.2] - 2021-01-13 + +### Fixed + +- package pypi source wheel with correct libosmium version + ## [3.1.1] - 2021-01-12 ### Added diff -Nru pyosmium-3.1.1/debian/changelog pyosmium-3.1.2/debian/changelog --- pyosmium-3.1.1/debian/changelog 2021-01-12 16:31:04.000000000 +0000 +++ pyosmium-3.1.2/debian/changelog 2021-01-14 04:37:57.000000000 +0000 @@ -1,3 +1,9 @@ +pyosmium (3.1.2-1) unstable; urgency=medium + + * New upstream release. + + -- Bas Couwenberg Thu, 14 Jan 2021 05:37:57 +0100 + pyosmium (3.1.1-1) unstable; urgency=medium * New upstream release. diff -Nru pyosmium-3.1.1/src/osmium/version.py pyosmium-3.1.2/src/osmium/version.py --- pyosmium-3.1.1/src/osmium/version.py 2021-01-12 08:17:08.000000000 +0000 +++ pyosmium-3.1.2/src/osmium/version.py 2021-01-13 08:22:19.000000000 +0000 @@ -5,10 +5,10 @@ # the major version pyosmium_major = '3.1' # current release (Pip version) -pyosmium_release = '3.1.1' +pyosmium_release = '3.1.2' # libosmium version shipped with the Pip release -libosmium_version = '2.15.6' +libosmium_version = '2.16.0' # protozero version shipped with the Pip release protozero_version = '1.7.0' # pybind11 version shipped with the Pip release