Skip to content

Commit

Permalink
prepare release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Jul 27, 2022
1 parent 116fd33 commit 2e2b26c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.0] - 2022-07-27

### Fixed

- finding the build directory when newer versions of setuptools are used

### Changed

- improve error message when writing to a writer that is already closed
- update to pybind 2.10.0
- drop support for Python 3.5


## [3.3.0] - 2022-03-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

# 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'
Expand Down

0 comments on commit 2e2b26c

Please sign in to comment.