Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Jul 25, 2020
1 parent fb9d4b2 commit 50e8fc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.1] - 2020-07-25

### Added

- allow to set user in mutable object

### Changed

- use current libosmium and protozero

### Fixed

- avoid leaking Python handle in timestamp conversion

## [3.0.0] - 2020-05-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions src/osmium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# the major version
pyosmium_major = '3.0'
# current release (Pip version)
pyosmium_release = '3.0.0'
pyosmium_release = '3.0.1'

# libosmium version shipped with the Pip release
libosmium_version = '2.15.5'
libosmium_version = '2.15.6'
# protozero version shipped with the Pip release
protozero_version = '1.6.8'
protozero_version = '1.7.0'
# pybind11 version shipped with the Pip release
pybind11_version = '2.5.0'

0 comments on commit 50e8fc0

Please sign in to comment.