diff --git a/src/elastic/HISTORY.rst b/src/elastic/HISTORY.rst index 97d309384d2..3be050ef2af 100644 --- a/src/elastic/HISTORY.rst +++ b/src/elastic/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.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