Skip to content

Commit 2e2b26c

Browse files
committed
prepare release v3.4.0
1 parent 116fd33 commit 2e2b26c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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+
## [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

src/osmium/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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
1111
libosmium_version = '2.18.0'

0 commit comments

Comments
 (0)