Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
This release only changes the bundled libosmium in the
published source wheel.
  • Loading branch information
lonvia committed Jan 13, 2021
1 parent 508fb8b commit 2f60027
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/osmium/version.py
Expand Up @@ -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
Expand Down

0 comments on commit 2f60027

Please sign in to comment.