Skip to content

Commit

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

## [3.1.1] - 2021-01-12

### Added

- support for lz4 compression (compled in when library is found)

### Changed

- update to libosmium 2.16.0
- update to pybind11 2.6.1

## [3.1.0] - 2020-11-03

### Added
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def build_extension(self, ext):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: C++",
],
Expand Down
4 changes: 2 additions & 2 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.1'
# current release (Pip version)
pyosmium_release = '3.1.0'
pyosmium_release = '3.1.1'

# libosmium version shipped with the Pip release
libosmium_version = '2.15.6'
# protozero version shipped with the Pip release
protozero_version = '1.7.0'
# pybind11 version shipped with the Pip release
pybind11_version = '2.6.0'
pybind11_version = '2.6.1'

0 comments on commit 508fb8b

Please sign in to comment.