Skip to content

Commit 6988244

Browse files
committed
Release v4.0.2
1 parent e3882cc commit 6988244

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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+
## [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+
718
## [4.0.1] - 2024-09-27
819

920
### Fixed

src/osmium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# the major version
1212
pyosmium_major = '4.0'
1313
# current release (Pip version)
14-
pyosmium_release = '4.0.1'
14+
pyosmium_release = '4.0.2'
1515

1616
# libosmium version shipped with the Pip release
1717
libosmium_version = '2.20.0'

0 commit comments

Comments
 (0)