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 fa4b3c7 + 52bb1ac commit b3e0330Copy full SHA for b3e0330
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Notable Changes in OpenSlide Python
2
3
+## Version 1.3.1, 2023-10-08
4
+
5
+* docs: Document using ICC profile's default intent, not absolute colorimetric
6
+* examples: Default to ICC profile's default intent, not absolute colorimetric
7
+* tests: Correctly require pytest ≥ 7.0
8
9
## Version 1.3.0, 2023-07-22
10
11
* Support new soname in OpenSlide ≥ 4.0.0
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.3.0'
+__version__ = '1.3.1'
0 commit comments