Skip to content

Commit 233efb1

Browse files
committed
OpenSlide Python 1.4.2
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 07fa787 commit 233efb1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Notable Changes in OpenSlide Python
22

3+
## Version 1.4.2, 2025-04-28
4+
5+
### Changes
6+
7+
* Drop support for Python 3.8
8+
* Switch package license metadata to [PEP 639][] format
9+
* examples: Update OpenSeadragon to 5.0.1
10+
* examples: Add license files for bundled JavaScript
11+
* tests: Add [PEP 735][] dependency group for test dependencies
12+
13+
[PEP 639]: https://peps.python.org/pep-0639/
14+
[PEP 735]: https://peps.python.org/pep-0735/
15+
16+
317
## Version 1.4.1, 2024-10-30
418

519
### Bug fixes

openslide/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
This module is an implementation detail. The package version should be
2222
obtained from openslide.__version__."""
2323

24-
__version__ = '1.4.1'
24+
__version__ = '1.4.2'

0 commit comments

Comments
 (0)