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 42d3a1c commit ceea9daCopy full SHA for ceea9da
CHANGELOG.md
@@ -4,6 +4,12 @@
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
+## [4.1.1] - 2025-08-31
8
+
9
+### Fixed
10
11
+- build command for man pages adapted to new structure (thanks @sebastic)
12
13
## [4.1.0] - 2025-08-30
14
15
### Added
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "osmium"
-version = "4.1.0"
+version = "4.1.1"
description = "Python bindings for libosmium, the data processing library for OSM data"
requires-python = ">=3.8"
0 commit comments