We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07fa787 + fe11899 commit abd51f6Copy full SHA for abd51f6
2 files changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Notable Changes in OpenSlide Python
2
3
+## Version 1.4.2, 2025-04-28
4
+
5
+### Changes
6
7
+* Drop support for Python 3.8
8
+* Switch to [PEP 639][] project license metadata
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
17
## Version 1.4.1, 2024-10-30
18
19
### Bug fixes
openslide/_version.py
@@ -21,4 +21,4 @@
21
This module is an implementation detail. The package version should be
22
obtained from openslide.__version__."""
23
24
-__version__ = '1.4.1'
+__version__ = '1.4.2'
0 commit comments