Skip to content

Commit

Permalink
update-version-1.0.60 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitz authored Aug 12, 2021
1 parent 9cdd038 commit a66dee0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

Snovault 1.0.60 (released) encoded v121.0
-----------------------------------------
1. SNO-209-move-search-code-to-independent-package (#356)
2. SNO-206-use-redis-cache-for-rnget-view (#354)
3. SNO-207-facet-groups-support (#355)
4. SNO-205-allow-customization-of-default-sort (#353)

Snovault 1.0.59 (released) encoded v120.0
-----------------------------------------
1. SNO-204-allow-facet-caching (#351)
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.59"
VERSION = "1.0.60"


INSTALL_REQUIRES = [
Expand Down

0 comments on commit a66dee0

Please sign in to comment.