File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313### Fixed
1414
1515
16+ ## [ 2.11.1] - 2017-05-04
17+
18+ ### Added
19+
20+ ### Changed
21+
22+ ### Fixed
23+
24+ - prevent unnecessary calls to callbacks
25+ - correctly throw KeyError in taglist accessor
26+ - fix output type of index.map_types() function
27+ - don't overgrow writer buffers over requested size
28+
1629## [ 2.11.0] - 2017-01-15
1730
1831### Changed
@@ -123,7 +136,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
123136
124137- Exception not caught in test.
125138
126- [ unreleased ] : https://github.com/osmcode/pyosmium/compare/v2.11.0...HEAD
139+ [ unreleased ] : https://github.com/osmcode/pyosmium/compare/v2.11.1...HEAD
140+ [ 2.11.1 ] : https://github.com/osmcode/pyosmium/compare/v2.11.0...v2.11.1
127141[ 2.11.0 ] : https://github.com/osmcode/pyosmium/compare/v2.10.2...v2.11.0
128142[ 2.10.2 ] : https://github.com/osmcode/pyosmium/compare/v2.9.0...v2.10.2
129143[ 2.9.0 ] : https://github.com/osmcode/pyosmium/compare/v2.8.0...v2.9.0
Original file line number Diff line number Diff line change 55# the major version
66pyosmium_major = '2.11'
77# current release (Pip version)
8- pyosmium_release = '2.11.0 '
8+ pyosmium_release = '2.11.1 '
99
1010# libosmium version shipped with the Pip release
11- libosmium_version = '2.11.0 '
11+ libosmium_version = '2.11.3 '
You can’t perform that action at this time.
0 commit comments