Skip to content

Commit b3e0330

Browse files
authored
Merge pull request #230 from bgilbert/release
Update for release
2 parents fa4b3c7 + 52bb1ac commit b3e0330

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## Version 1.3.0, 2023-07-22
410

511
* Support new soname in OpenSlide ≥ 4.0.0

openslide/_version.py

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

25-
__version__ = '1.3.0'
25+
__version__ = '1.3.1'

0 commit comments

Comments
 (0)