File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file.
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 3.1.0] - 2020-11-03
8+
9+ ### Added
10+
11+ ### Changed
12+
13+ - improved help messages for update tools
14+ - update to pybind11 2.6
15+
16+ ### Fixed
17+
18+ - pyosmium-up-to-date: fix missing flag when applying changes to history files
19+ - smaller linting and documentation issues
20+
721## [ 3.0.1] - 2020-07-25
822
923### Added
Original file line number Diff line number Diff line change 33"""
44
55# the major version
6- pyosmium_major = '3.0 '
6+ pyosmium_major = '3.1 '
77# current release (Pip version)
8- pyosmium_release = '3.0.1 '
8+ pyosmium_release = '3.1.0 '
99
1010# libosmium version shipped with the Pip release
1111libosmium_version = '2.15.6'
1212# protozero version shipped with the Pip release
1313protozero_version = '1.7.0'
1414# pybind11 version shipped with the Pip release
15- pybind11_version = '2.5 .0'
15+ pybind11_version = '2.6 .0'
You can’t perform that action at this time.
0 commit comments