Skip to content

Commit

Permalink
Release v2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Mar 9, 2019
1 parent c34a774 commit 8e084b2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.15.2] - 2019-03-09

### Added

- NodeLocationsForWays (accidentally removed in 2.15.0)
- more tests

### Changed

- GIL lock now released while apply() is in C++ code

### Fixed

- unicode output of tag str() representation for python 2
- handling of tempfile in test for pyosmium_get_changes
- documentation for ends_have_same_location()

## [2.15.1] - 2019-01-24

### Added
Expand Down
6 changes: 3 additions & 3 deletions src/osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# the major version
pyosmium_major = '2.15'
# current release (Pip version)
pyosmium_release = '2.15.1'
pyosmium_release = '2.15.2'

# libosmium version shipped with the Pip release
libosmium_version = '2.15.0'
libosmium_version = '2.15.1'
# protozero version shipped with the Pip release
protozero_version = '1.6.4'
protozero_version = '1.6.7'
# pybind11 version shipped with the Pip release
pybind11_version = '2.2.4'

0 comments on commit 8e084b2

Please sign in to comment.