We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116fd33 commit 2e2b26cCopy full SHA for 2e2b26c
2 files changed
CHANGELOG.md
@@ -4,6 +4,19 @@
4
All notable changes to this project will be documented in this file.
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
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
20
## [3.3.0] - 2022-03-22
21
22
### Added
src/osmium/version.py
@@ -3,9 +3,9 @@
3
"""
# the major version
-pyosmium_major = '3.3'
+pyosmium_major = '3.4'
# current release (Pip version)
-pyosmium_release = '3.3.0'
+pyosmium_release = '3.4.0'
# libosmium version shipped with the Pip release
libosmium_version = '2.18.0'
0 commit comments