File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
1313### Fixed
1414
15+ ## [ 2.12.3] - 2017-05-25
16+
17+ ### Added
18+
19+ - links to appropriate mailing lists and issue trackers
20+
21+ ### Changed
22+
23+ ### Fixed
24+
25+ - handler functions not called when using replication service (#38 )
26+ - pyosmium-get-updates: bad variable name
27+
1528## [ 2.12.2] - 2017-05-04
1629
1730### Added
@@ -177,7 +190,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
177190
178191- Exception not caught in test.
179192
180- [ unreleased ] : https://github.com/osmcode/pyosmium/compare/v2.12.2...HEAD
193+ [ unreleased ] : https://github.com/osmcode/pyosmium/compare/v2.12.3...HEAD
194+ [ 2.12.3 ] : https://github.com/osmcode/pyosmium/compare/v2.12.2...v2.12.3
181195[ 2.12.2 ] : https://github.com/osmcode/pyosmium/compare/v2.12.1...v2.12.2
182196[ 2.12.1 ] : https://github.com/osmcode/pyosmium/compare/v2.12.0...v2.12.1
183197[ 2.12.0 ] : https://github.com/osmcode/pyosmium/compare/v2.11.0...v2.12.0
Original file line number Diff line number Diff line change 55# the major version
66pyosmium_major = '2.12'
77# current release (Pip version)
8- pyosmium_release = '2.12.2 '
8+ pyosmium_release = '2.12.3 '
99
1010# libosmium version shipped with the Pip release
1111libosmium_version = '2.12.2'
You can’t perform that action at this time.
0 commit comments