We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e09905 commit 6e1443dCopy full SHA for 6e1443d
CHANGELOG.md
@@ -4,6 +4,13 @@
4
All notable changes to this project will be documented in this file.
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [3.4.1] - 2022-07-28
8
+
9
+### Fixed
10
11
+- allow building docs from built sources in PYTHONPATH again
12
13
14
## [3.4.0] - 2022-07-27
15
16
### Fixed
src/osmium/version.py
@@ -5,7 +5,7 @@
# the major version
pyosmium_major = '3.4'
# current release (Pip version)
-pyosmium_release = '3.4.0'
+pyosmium_release = '3.4.1'
# libosmium version shipped with the Pip release
libosmium_version = '2.18.0'
0 commit comments