diff --git a/CHANGELOG.md b/CHANGELOG.md index 5980807f..442f05e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [2.14.3] - 2018-08-08 + +### Added + +### Changed + +### Fixed + +- fix rounding error in tests + ## [2.14.2] - 2018-08-07 ### Added diff --git a/src/osmium/version.py b/src/osmium/version.py index 4dda7200..159ff3e9 100644 --- a/src/osmium/version.py +++ b/src/osmium/version.py @@ -5,7 +5,7 @@ # the major version pyosmium_major = '2.14' # current release (Pip version) -pyosmium_release = '2.14.2' +pyosmium_release = '2.14.3' # libosmium version shipped with the Pip release libosmium_version = '2.14.2'