We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20162b5 commit 798f73aCopy full SHA for 798f73a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Notable Changes in openslide-bin
2
3
-## Version 4.0.0.9, 2025-12-03
+## Version 4.0.0.10, 2025-12-03
4
5
* Drop Python 3.8 support in Python package
6
* Enable SIMD JPEG decoding on macOS x86_64
common/meson.py
@@ -32,7 +32,7 @@
32
# A.B.C = OpenSlide version
33
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
34
# Update the version when releasing openslide-bin.
35
-_PROJECT_VERSION = '4.0.0.9'
+_PROJECT_VERSION = '4.0.0.10'
36
37
38
def meson_source_root() -> Path:
0 commit comments