Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Feb 23, 2021
1 parent 2abd6bc commit 58eb25e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
"""
wagtail-extendedsearch add the following functionality to the default wagtail
search backend:
1. filtering on non model field values.
2. ordering on non model field values
3. Autocomplete via elasticsearch suggest api
4. Suggestions via elasticsearch suggest api
"""
from setuptools import setup, find_packages


__version__ = "1.0.4"
__version__ = "1.0.5"


setup(
Expand All @@ -10,7 +19,7 @@
# extract version from module.
version=__version__,
description="Add some more functionality to the wagtail elasticsearch search backend",
long_description="...",
long_description=__doc__,
classifiers=[],
keywords="",
author="Lars van de Kerkhof",
Expand Down

0 comments on commit 58eb25e

Please sign in to comment.