Skip to content

Commit

Permalink
Release v2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Oct 30, 2018
1 parent dd04ae7 commit f47216b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] -
## [2.14.4] - 2018-10-30

### Added

- allow to add arbitrary headers when updating files
- replication: custom URL opener
- cookie support for pyosmium-get-changes and pyosmium-up-to-date

### Changed

- pyosmium-up-to-date declares itself as 'generator'

### Fixed

- bug when reading sequence ID files in pyosmium-get-changes

## [2.14.3] - 2018-08-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the major version
pyosmium_major = '2.14'
# current release (Pip version)
pyosmium_release = '2.14.3'
pyosmium_release = '2.14.4'

# libosmium version shipped with the Pip release
libosmium_version = '2.14.2'
Expand Down

0 comments on commit f47216b

Please sign in to comment.