File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ unreleased ] -
7
+ ## [ 2.14.4 ] - 2018-10-30
8
8
9
9
### Added
10
10
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
+
11
15
### Changed
12
16
17
+ - pyosmium-up-to-date declares itself as 'generator'
18
+
13
19
### Fixed
14
20
21
+ - bug when reading sequence ID files in pyosmium-get-changes
22
+
15
23
## [ 2.14.3] - 2018-08-08
16
24
17
25
### Added
Original file line number Diff line number Diff line change 5
5
# the major version
6
6
pyosmium_major = '2.14'
7
7
# current release (Pip version)
8
- pyosmium_release = '2.14.3 '
8
+ pyosmium_release = '2.14.4 '
9
9
10
10
# libosmium version shipped with the Pip release
11
11
libosmium_version = '2.14.2'
You can’t perform that action at this time.
0 commit comments