From c969cea60a1c950610a8ed6fbd8a4d8d8f8a2add Mon Sep 17 00:00:00 2001 From: Ben Hitz Date: Thu, 25 Feb 2021 20:29:18 -0800 Subject: [PATCH] update-version-1.0.54 (#320) --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c0f37ab25..b66a31468 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ Changes ======= +Snovault 1.0.54 (released) encoded v113.0 +----------------------------------------- +1. SNO-27-pip-installable (#316) +2. SNO-191-pyramid-env-vars (#318) +3. SNO-117-search-as-you-type (#220) + Snovault 1.0.53 (released) encoded v112.0 ----------------------------------------- 1. SNO-158-create-minimally-indexed-deploy diff --git a/setup.py b/setup.py index 4a76f3dca..b11168af7 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.53" +VERSION = "1.0.54" INSTALL_REQUIRES = [