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 e3882cc commit 6988244Copy full SHA for 6988244
CHANGELOG.md
@@ -4,6 +4,17 @@
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.0.2] - 2024-10-19
8
+
9
+### Fixed
10
11
+- set proper default 'osc.gz' for prefixes on replication servers
12
13
+### Added
14
15
+- add documentation for writing custom objects and replication module
16
17
18
## [4.0.1] - 2024-09-27
19
20
### Fixed
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'
0 commit comments