We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 736b21a + 2de9319 commit 8f1c2a4Copy full SHA for 8f1c2a4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Notable Changes in openslide-bin
2
3
+## Version 4.0.0.7, 2025-04-26
4
+
5
+* Update many dependencies
6
7
8
## Version 4.0.0.6, 2024-09-29
9
10
* Switch from zlib to zlib-ng
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.6'
+_PROJECT_VERSION = '4.0.0.7'
36
37
38
def meson_source_root() -> Path:
0 commit comments