Skip to content

Commit 66b8b84

Browse files
committed
Update for release
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent c0315a5 commit 66b8b84

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.3.0, 2023-07-22
4+
5+
* Support new soname in OpenSlide &ge; 4.0.0
6+
* Drop support for Python 3.7
7+
* Expose color management profiles where available
8+
* Notate available OpenSlide functions in low-level API
9+
* docs: Update OpenSlide 3.5.0 references to 4.0.0
10+
* docs: Consolidate license information
11+
* docs: Drop support for building with Sphinx &lt; 1.6
12+
* examples: Fix startup failure with Flask &ge; 2.3.0
13+
* examples: Transform to sRGB (with absolute colorimetric intent) by default
14+
* examples: Update OpenSeadragon to 4.1.0
15+
* examples: Correctly import `openslide` on Windows if `OPENSLIDE_PATH` not set
16+
* tests: Fix `pytest` of installed package from source directory
17+
318
## Version 1.2.0, 2022-06-17
419

520
* Drop support for Python &lt; 3.7

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.2.0'
25+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)