Skip to content

Commit

Permalink
update-version-1.0.56 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitz authored Apr 8, 2021
1 parent 12c941d commit 939c647
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

Snovault 1.0.56 (released) encoded v115.0
-----------------------------------------
1. SNO-200-remove-nonsubstring-filter-from-mapping (#332)
2. SNO-199-allow-customization-of-search-fields (#333)
3. SNO-197-add-range-queries-and-min-max-aggs (#329)
4. SNO-198-allow-configuration-of-reserved-search-params (#330)
5. SNO-138-fix-pytest-warnings (#324)
6. SNO-182-readme-update (#323)

Snovault 1.0.55 (released) encoded v114.0
-----------------------------------------
1. SNO-192-update-pip-install (#321)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
VERSION = "1.0.55"
VERSION = "1.0.56"


INSTALL_REQUIRES = [
Expand Down

0 comments on commit 939c647

Please sign in to comment.