Skip to content

Commit 3db768c

Browse files
committed
Release v2.11.1
1 parent 5187e48 commit 3db768c

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

osmium/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the major version
66
pyosmium_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'

0 commit comments

Comments
 (0)