Skip to content

Commit cc33fd7

Browse files
committed
Release v3.1.0
1 parent 467db8a commit cc33fd7

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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.1.0] - 2020-11-03
8+
9+
### Added
10+
11+
### Changed
12+
13+
- improved help messages for update tools
14+
- update to pybind11 2.6
15+
16+
### Fixed
17+
18+
- pyosmium-up-to-date: fix missing flag when applying changes to history files
19+
- smaller linting and documentation issues
20+
721
## [3.0.1] - 2020-07-25
822

923
### Added

src/osmium/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"""
44

55
# the major version
6-
pyosmium_major = '3.0'
6+
pyosmium_major = '3.1'
77
# current release (Pip version)
8-
pyosmium_release = '3.0.1'
8+
pyosmium_release = '3.1.0'
99

1010
# libosmium version shipped with the Pip release
1111
libosmium_version = '2.15.6'
1212
# protozero version shipped with the Pip release
1313
protozero_version = '1.7.0'
1414
# pybind11 version shipped with the Pip release
15-
pybind11_version = '2.5.0'
15+
pybind11_version = '2.6.0'

0 commit comments

Comments
 (0)