Skip to content

Commit

Permalink
Release v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jun 1, 2016
1 parent e865211 commit 176b789
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,6 +13,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed


## [2.7.1] - 2016-06-01

### Added

- `apply_buffer()` for handling in-memory data
- MergeInputReader for reading and sorting multiple input files
- Functions using replication change files to update an OSM file or database.

### Changed

- Use current libosmium


## [2.6.0] - 2016-02-04

### Added
Expand Down Expand Up @@ -66,7 +79,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Exception not caught in test.

[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.6.0...HEAD
[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.7.1...HEAD
[2.7.1]: https://github.com/osmcode/pyosmium/compare/v2.6.0...v2.7.1
[2.6.0]: https://github.com/osmcode/pyosmium/compare/v2.5.4...v2.6.0
[2.5.4]: https://github.com/osmcode/pyosmium/compare/v2.5.3...v2.5.4
[2.5.3]: https://github.com/osmcode/pyosmium/compare/v2.4.1...v2.5.3
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '2.6'
version = '2.7'
# The full version, including alpha/beta/rc tags.
release = '2.6.0'
release = '2.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -70,7 +70,7 @@
packages.append('osmium.%s' % ext)

setup (name = 'pyosmium',
version = '2.6.0',
version = '2.7.1',
description = 'Provides python bindings for libosmium.',
packages = packages,
ext_modules = extensions)
Expand Down

0 comments on commit 176b789

Please sign in to comment.