File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments