Skip to content

Commit ffb3e9a

Browse files
committed
Release 2.12.0
1 parent e692bac commit ffb3e9a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
- WriteHandler for writing data directly to a file
12+
- tools for downloading changes and updating a OSM files from these changes
13+
- get/set functions for io.Header
14+
1115
### Changed
1216

17+
- use current libosmium
18+
1319
### Fixed
1420

21+
- various typos in documentation
1522

1623
## [2.11.0] - 2017-01-15
1724

@@ -123,7 +130,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
123130

124131
- Exception not caught in test.
125132

126-
[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.11.0...HEAD
133+
[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.12.0...HEAD
134+
[2.12.0]: https://github.com/osmcode/pyosmium/compare/v2.11.0...v2.12.0
127135
[2.11.0]: https://github.com/osmcode/pyosmium/compare/v2.10.2...v2.11.0
128136
[2.10.2]: https://github.com/osmcode/pyosmium/compare/v2.9.0...v2.10.2
129137
[2.9.0]: https://github.com/osmcode/pyosmium/compare/v2.8.0...v2.9.0

osmium/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44

55
# the major version
6-
pyosmium_major = '2.11'
6+
pyosmium_major = '2.12'
77
# current release (Pip version)
8-
pyosmium_release = '2.11.0'
8+
pyosmium_release = '2.12.0'
99

1010
# libosmium version shipped with the Pip release
11-
libosmium_version = '2.11.0'
11+
libosmium_version = '2.12.0'

0 commit comments

Comments
 (0)