Skip to content

Commit 89734af

Browse files
authored
Release 0.6.0
1 parent e29da94 commit 89734af

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/guide/release-notes.asciidoc

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[[release-notes]]
22
== Release notes
33

4+
=== 0.6.0.20231031 (2024-11-08)
5+
6+
- Support Python 3.13 (https://github.com/elastic/elasticsearch-serverless-python/pull/88[#88])
7+
- Emit Python warnings for beta and tech preview APIs (https://github.com/elastic/elasticsearch-serverless-python/pull/96[#96])
8+
49
=== 0.5.0.20231031 (2024-10-11)
510

611
- Fix OTel context loss in bulk helpers (https://github.com/elastic/elasticsearch-serverless-python/pull/87[#87])

elasticsearch_serverless/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "0.5.0.20231031"
18+
__versionstr__ = "0.6.0.20231031"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "elasticsearch-serverless"
7-
version = "0.5.0.20231031"
7+
version = "0.6.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.rst"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)