We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e04c36 commit 0b3201aCopy full SHA for 0b3201a
2 files changed
src/elastic/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.0.0b4
7
+++++++
8
+* Update the CLI command documentation
9
+
10
1.0.0b3
11
++++++
12
* Bump up `elastic` API version to `2024-06-15-preview`
src/elastic/setup.py
@@ -10,7 +10,7 @@
from setuptools import setup, find_packages
# HISTORY.rst entry.
13
-VERSION = '1.0.0b3'
+VERSION = '1.0.0b4'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments