diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ccc10d04..e65c63422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ ### Features - Added bioformats tile source (#463) +### Improvements +- Expose more internal metadata (#479) +- Improve how Philips XML internal metadata is reported (#475) +- Show aperio version in internal metadata (#474) +- Add css classes to metadata on the item page (#472) + +### Bug Fixes +- Add a reference to updated time to avoid overcaching associated images (#477) +- Fix a typo in the settings page (#473) + ## Version 1.2.0 ### Features diff --git a/sources/bioformats/setup.py b/sources/bioformats/setup.py index fcccbe7a5..1b7f989a7 100644 --- a/sources/bioformats/setup.py +++ b/sources/bioformats/setup.py @@ -37,8 +37,8 @@ def prerelease_local_scheme(version): 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7' - 'Programming Language :: Python :: 3.8' + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], install_requires=[ 'large-image>=1.0.0',