Skip to content

Commit

Permalink
Release v2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed May 25, 2017
1 parent 8b404d8 commit b3e5730
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion 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.12.3] - 2017-05-25

### Added

- links to appropriate mailing lists and issue trackers

### Changed

### Fixed

- handler functions not called when using replication service (#38)
- pyosmium-get-updates: bad variable name

## [2.12.2] - 2017-05-04

### Added
Expand Down Expand Up @@ -177,7 +190,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Exception not caught in test.

[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.12.2...HEAD
[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.12.3...HEAD
[2.12.3]: https://github.com/osmcode/pyosmium/compare/v2.12.2...v2.12.3
[2.12.2]: https://github.com/osmcode/pyosmium/compare/v2.12.1...v2.12.2
[2.12.1]: https://github.com/osmcode/pyosmium/compare/v2.12.0...v2.12.1
[2.12.0]: https://github.com/osmcode/pyosmium/compare/v2.11.0...v2.12.0
Expand Down
2 changes: 1 addition & 1 deletion src/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.12'
# current release (Pip version)
pyosmium_release = '2.12.2'
pyosmium_release = '2.12.3'

# libosmium version shipped with the Pip release
libosmium_version = '2.12.2'

0 comments on commit b3e5730

Please sign in to comment.