Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Bump version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mparent61 committed Feb 16, 2016
1 parent 032682c commit 6b922e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# django-bulbs Change Log

## Version 0.7.1

- Fix Content.percoloate_special_coverage() to ignore non-special-coverage results (ex: Sections)
- Fix Content.percoloate_special_coverage() to filter out enries without start_date fields (prevents search failure if
one entry in shard was missing field)

## Version 0.7.0

- Added `Content.percolate_special_coverage()` containing new Special Coverage ordering rules to be shared by all client
Expand Down
2 changes: 1 addition & 1 deletion bulbs/__init__.py
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit 6b922e8

Please sign in to comment.