From 09b2f314d7216b83f41ccc2c6869c9dd43cad00f Mon Sep 17 00:00:00 2001 From: jkore1911 Date: Thu, 3 Jul 2025 12:59:06 +0530 Subject: [PATCH 1/2] Changing the version in history and setup --- src/elastic/HISTORY.rst | 4 ++++ src/elastic/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/elastic/HISTORY.rst b/src/elastic/HISTORY.rst index 97d309384d2..fca75f4a6cf 100644 --- a/src/elastic/HISTORY.rst +++ b/src/elastic/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.1.0b4 +++++++ +* Update the CLI command documentation + 1.0.0b3 ++++++ * Bump up `elastic` API version to `2024-06-15-preview` diff --git a/src/elastic/setup.py b/src/elastic/setup.py index 8e583684c98..1d0600730ee 100644 --- a/src/elastic/setup.py +++ b/src/elastic/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '1.0.0b3' +VERSION = '1.0.0b4' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From 68b28f8afd293b981b7b13710e05e2df71bda201 Mon Sep 17 00:00:00 2001 From: jkore1911 Date: Thu, 3 Jul 2025 13:01:06 +0530 Subject: [PATCH 2/2] Changing the version in history and setup --- src/elastic/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elastic/HISTORY.rst b/src/elastic/HISTORY.rst index fca75f4a6cf..3be050ef2af 100644 --- a/src/elastic/HISTORY.rst +++ b/src/elastic/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -1.1.0b4 +1.0.0b4 ++++++ * Update the CLI command documentation