Skip to content

Commit 6e1443d

Browse files
committed
prepare release 3.4.1
1 parent 4e09905 commit 6e1443d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
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.1] - 2022-07-28
8+
9+
### Fixed
10+
11+
- allow building docs from built sources in PYTHONPATH again
12+
13+
714
## [3.4.0] - 2022-07-27
815

916
### Fixed

src/osmium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the major version
66
pyosmium_major = '3.4'
77
# current release (Pip version)
8-
pyosmium_release = '3.4.0'
8+
pyosmium_release = '3.4.1'
99

1010
# libosmium version shipped with the Pip release
1111
libosmium_version = '2.18.0'

0 commit comments

Comments
 (0)