Skip to content

Commit b3e5730

Browse files
committed
Release v2.12.3
1 parent 8b404d8 commit b3e5730

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/osmium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the major version
66
pyosmium_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
1111
libosmium_version = '2.12.2'

0 commit comments

Comments
 (0)