Skip to content

Commit 0b3201a

Browse files
authored
Changing the version in history and setup for Microsoft.Elastic (#8932)
* Changing the version in history and setup * Changing the version in history and setup
1 parent 6e04c36 commit 0b3201a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/elastic/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0b4
7+
++++++
8+
* Update the CLI command documentation
9+
610
1.0.0b3
711
++++++
812
* Bump up `elastic` API version to `2024-06-15-preview`

src/elastic/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.0b3'
13+
VERSION = '1.0.0b4'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)