From 5503563990fd3949eb5d979c98f5e75b1f6b3e6e Mon Sep 17 00:00:00 2001 From: Jason Stoltzfus Date: Tue, 1 Oct 2019 14:15:44 -0400 Subject: [PATCH] Release v7.4.0 --- elastic_app_search/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic_app_search/__version__.py b/elastic_app_search/__version__.py index de219b2..6dfae6e 100644 --- a/elastic_app_search/__version__.py +++ b/elastic_app_search/__version__.py @@ -1,6 +1,6 @@ __title__ = 'elastic-app-search' __description__ = 'An API client for Elastic App Search' __url__ = 'https://github.com/elastic/app-search-python' -__version__ = '7.3.0' +__version__ = '7.4.0' __author__ = 'Elastic' __author_email__ = 'support@elastic.co'