Skip to content

Commit

Permalink
Merge pull request #481 from girder/fix-ci
Browse files Browse the repository at this point in the history
Fix CI.  Update CHANGELOG.
  • Loading branch information
manthey authored Sep 10, 2020
2 parents af73827 + 2c78456 commit 264a80a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sources/bioformats/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 264a80a

Please sign in to comment.