Skip to content

Commit d52abc9

Browse files
authored
Release 8.15.1
1 parent dffac8b commit d52abc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 8.15.1 (2024-10-09)
4+
5+
* Add explicit Python 3.13 support ([#189](https://github.com/elastic/elastic-transport-python/pull/189))
6+
37
## 8.15.0 (2024-08-09)
48

59
* Removed call to `raise_for_status()` when using `HttpxAsyncHttpNode` to prevent exceptions being raised for 404 responses ([#182](https://github.com/elastic/elastic-transport-python/pull/182))

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
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-
__version__ = "8.15.0"
18+
__version__ = "8.15.1"

0 commit comments

Comments
 (0)