Skip to content

Commit

Permalink
Release v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Aug 6, 2018
1 parent 3b3172b commit 439a99e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [2.14.2] - 2018-08-07

### Added

- expose Coordinates struct and mercator projection functions

### Changed

- use current libosmium and protozero

### Fixed


## [2.14.1] - 2018-04-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,9 +5,9 @@
# the major version
pyosmium_major = '2.14'
# current release (Pip version)
pyosmium_release = '2.14.1'
pyosmium_release = '2.14.2'

# libosmium version shipped with the Pip release
libosmium_version = '2.14.0'
libosmium_version = '2.14.2'
# protozero version shipped with the Pip release
protozero_version = '1.6.2'
protozero_version = '1.6.3'

0 comments on commit 439a99e

Please sign in to comment.