File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
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.4.0] - 2022-07-27
8+
9+ ### Fixed
10+
11+ - finding the build directory when newer versions of setuptools are used
12+
13+ ### Changed
14+
15+ - improve error message when writing to a writer that is already closed
16+ - update to pybind 2.10.0
17+ - drop support for Python 3.5
18+
19+
720## [ 3.3.0] - 2022-03-22
821
922### Added
Original file line number Diff line number Diff line change 33"""
44
55# the major version
6- pyosmium_major = '3.3 '
6+ pyosmium_major = '3.4 '
77# current release (Pip version)
8- pyosmium_release = '3.3 .0'
8+ pyosmium_release = '3.4 .0'
99
1010# libosmium version shipped with the Pip release
1111libosmium_version = '2.18.0'
You can’t perform that action at this time.
0 commit comments