Skip to content

Commit 8f1c2a4

Browse files
authored
Merge pull request #349 from bgilbert/release
openslide-bin 4.0.0.7
2 parents 736b21a + 2de9319 commit 8f1c2a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Notable Changes in openslide-bin
22

3+
## Version 4.0.0.7, 2025-04-26
4+
5+
* Update many dependencies
6+
7+
38
## Version 4.0.0.6, 2024-09-29
49

510
* Switch from zlib to zlib-ng

common/meson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# A.B.C = OpenSlide version
3333
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
3434
# Update the version when releasing openslide-bin.
35-
_PROJECT_VERSION = '4.0.0.6'
35+
_PROJECT_VERSION = '4.0.0.7'
3636

3737

3838
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)