File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Notable Changes in OpenSlide Python
2
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
+
3
17
## Version 1.4.1, 2024-10-30
4
18
5
19
### Bug fixes
Original file line number Diff line number Diff line change 21
21
This module is an implementation detail. The package version should be
22
22
obtained from openslide.__version__."""
23
23
24
- __version__ = '1.4.1 '
24
+ __version__ = '1.4.2 '
You can’t perform that action at this time.
0 commit comments