From 0b621f9b17b5de9b108e3548fe487ed2fd792490 Mon Sep 17 00:00:00 2001 From: Jason Stoltzfus Date: Mon, 26 Aug 2019 15:40:42 -0400 Subject: [PATCH] Release v7.3.0 (#15) --- 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 7608c00..de219b2 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.2.0' +__version__ = '7.3.0' __author__ = 'Elastic' __author_email__ = 'support@elastic.co'