We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da8347 + 52a281f commit d4c4f98Copy full SHA for d4c4f98
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Notable Changes in OpenSlide Python
2
3
+## Version 1.4.1, 2024-10-30
4
+
5
+### Bug fixes
6
7
+* Fix `setup.py install` with old setuptools (1.4.0 regression)
8
+* examples: Fix `deepzoom_tile.py -r` with Jinja \< 2.11.0 (1.4.0 regression)
9
10
11
## Version 1.4.0, 2024-10-29
12
13
### New features
openslide/_version.py
@@ -22,4 +22,4 @@
22
This module is an implementation detail. The package version should be
23
obtained from openslide.__version__."""
24
25
-__version__ = '1.4.0'
+__version__ = '1.4.1'
0 commit comments