We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0abf0d5 + 72502e1 commit 8738b36Copy full SHA for 8738b36
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Notable Changes in openslide-bin
2
3
+## Version 4.0.0.4, 2024-09-01
4
+
5
+* Update many dependencies
6
7
8
## Version 4.0.0.3, 2024-05-04
9
10
* Remove OpenSlide Java, which no longer has a platform-dependent component
common/meson.py
@@ -34,7 +34,7 @@
34
# A.B.C = OpenSlide version
35
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
36
# Update the version when releasing openslide-bin.
37
-_PROJECT_VERSION = '4.0.0.3'
+_PROJECT_VERSION = '4.0.0.4'
38
39
40
def meson_source_root() -> Path:
0 commit comments