diff --git a/CHANGES.rst b/CHANGES.rst index c6162087b..207bc1053 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/setup.py b/setup.py index 19ba16331..3ae2a9601 100644 --- a/setup.py +++ b/setup.py @@ -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 = [