Skip to content

Commit ff8d86e

Browse files
committed
Release 1.16.0: rotate cache version to flush stale entries
Minor-version bump from 1.15.x to 1.16.0. The solr_result_cache key is keyed on the major.minor package version, so this invalidates all cached query results -- forcing fresh output that includes the linked dataset References, term labels, Images carousel, and the other 1.15.x query-output fixes. No code change.
1 parent e7fd280 commit ff8d86e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
here = path.abspath(path.dirname(__file__))
55

6-
__version__ = "1.15.4"
6+
__version__ = "1.16.0"
77

88
# Get the long description from the README file
99
with open(path.join(here, 'README.md')) as f:

0 commit comments

Comments
 (0)