Skip to content

Commit

Permalink
Merge pull request #230 from bgilbert/release
Browse files Browse the repository at this point in the history
Update for release
  • Loading branch information
bgilbert authored Oct 8, 2023
2 parents fa4b3c7 + 52bb1ac commit b3e0330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Notable Changes in OpenSlide Python

## Version 1.3.1, 2023-10-08

* docs: Document using ICC profile's default intent, not absolute colorimetric
* examples: Default to ICC profile's default intent, not absolute colorimetric
* tests: Correctly require pytest ≥ 7.0

## Version 1.3.0, 2023-07-22

* Support new soname in OpenSlide ≥ 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
This module is an implementation detail. The package version should be
obtained from openslide.__version__."""

__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit b3e0330

Please sign in to comment.