Skip to content

Commit d3bff57

Browse files
authored
Bring 9.0.1 release to parent (#2947)
1 parent 185d90a commit d3bff57

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/release-notes/index.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@ To check for security updates, go to [Security announcements for the Elastic sta
1212

1313
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
1414

15-
% ## version.next [felasticsearch-python-client-next-release-notes]
15+
% ## version.next [elasticsearch-python-client-next-release-notes]
1616

1717
% ### Features and enhancements [elasticsearch-python-client-next-features-enhancements]
1818
% *
1919

2020
% ### Fixes [elasticsearch-python-client-next-fixes]
2121

22+
## 9.0.1 (2025-04-28) [elasticsearch-python-client-901-release-notes]
23+
24+
### Features and enhancements [elasticsearch-python-client-901-features-enhancements]
25+
26+
* Surface caused_by in ApiError ([#2932](https://github.com/elastic/elasticsearch-py/pull/2932))
27+
* Clarify Elasticsearch 9.x compatibility ([#2928](https://github.com/elastic/elasticsearch-py/pull/2928))
28+
* Reorganize Sphinx docs to only include reference pages ([#2776](https://github.com/elastic/elasticsearch-py/pull/2776))
29+
30+
2231
## 9.0.0 (2025-04-15) [elasticsearch-python-client-900-release-notes]
2332

2433
:::{tip}

elasticsearch/_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__ = "9.0.0"
18+
__versionstr__ = "9.0.1"

0 commit comments

Comments
 (0)