From 6988244c3891990b1c797a3fa4fe92bf4ad285c8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 19 Oct 2024 15:35:24 +0200 Subject: [PATCH] Release v4.0.2 --- CHANGELOG.md | 11 +++++++++++ src/osmium/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe879b..5e4b513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [4.0.2] - 2024-10-19 + +### Fixed + +- set proper default 'osc.gz' for prefixes on replication servers + +### Added + +- add documentation for writing custom objects and replication module + + ## [4.0.1] - 2024-09-27 ### Fixed diff --git a/src/osmium/version.py b/src/osmium/version.py index 4e0604d..7aec9dc 100644 --- a/src/osmium/version.py +++ b/src/osmium/version.py @@ -11,7 +11,7 @@ # the major version pyosmium_major = '4.0' # current release (Pip version) -pyosmium_release = '4.0.1' +pyosmium_release = '4.0.2' # libosmium version shipped with the Pip release libosmium_version = '2.20.0'