Skip to content

Commit

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

### Fixed

## [2.11.3] - 2017-08-20

### Added

### Changed

- updated to latest libosmium 2.11 bugfix release

### Fixed

- handler functions not called when using Reader instead of file

## [2.11.2] - 2017-05-25

### Added
Expand Down
4 changes: 2 additions & 2 deletions osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the major version
pyosmium_major = '2.11'
# current release (Pip version)
pyosmium_release = '2.11.2'
pyosmium_release = '2.11.3'

# libosmium version shipped with the Pip release
libosmium_version = '2.11.3'
libosmium_version = '2.11.4'

0 comments on commit fd97118

Please sign in to comment.