Skip to content

Commit f47216b

Browse files
committed
Release v2.14.4
1 parent dd04ae7 commit f47216b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [unreleased] -
7+
## [2.14.4] - 2018-10-30
88

99
### Added
1010

11+
- allow to add arbitrary headers when updating files
12+
- replication: custom URL opener
13+
- cookie support for pyosmium-get-changes and pyosmium-up-to-date
14+
1115
### Changed
1216

17+
- pyosmium-up-to-date declares itself as 'generator'
18+
1319
### Fixed
1420

21+
- bug when reading sequence ID files in pyosmium-get-changes
22+
1523
## [2.14.3] - 2018-08-08
1624

1725
### Added

src/osmium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the major version
66
pyosmium_major = '2.14'
77
# current release (Pip version)
8-
pyosmium_release = '2.14.3'
8+
pyosmium_release = '2.14.4'
99

1010
# libosmium version shipped with the Pip release
1111
libosmium_version = '2.14.2'

0 commit comments

Comments
 (0)