Skip to content

Commit 6aff495

Browse files
chore(main): release 1.7.1
1 parent 498d10e commit 6aff495

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.7.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly SSE Client for Python will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.7.1](https://github.com/launchdarkly/python-eventsource/compare/1.7.0...1.7.1) (2026-06-25)
6+
7+
8+
### Bug Fixes
9+
10+
* Correct pool ownership and close pooled connections synchronously ([#72](https://github.com/launchdarkly/python-eventsource/issues/72)) ([498d10e](https://github.com/launchdarkly/python-eventsource/commit/498d10ea157c896168b1447a669b0ae782070d83))
11+
512
## [1.7.0](https://github.com/launchdarkly/python-eventsource/compare/1.6.0...1.7.0) (2026-06-22)
613

714

ld_eventsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.7.0" # x-release-please-version
1+
VERSION = "1.7.1" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "launchdarkly-eventsource"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "LaunchDarkly SSE Client"
55
authors = [
66
{name = "LaunchDarkly", email = "dev@launchdarkly.com"}

0 commit comments

Comments
 (0)