Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.3"
".": "1.2.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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).

## [1.2.4](https://github.com/launchdarkly/python-eventsource/compare/1.2.3...1.2.4) (2025-05-29)


### Bug Fixes

* Catch all response.shutdown exceptions ([#45](https://github.com/launchdarkly/python-eventsource/issues/45)) ([cd7262e](https://github.com/launchdarkly/python-eventsource/commit/cd7262e4a506f49e1c55ab3624855df3e5954d8d))

## [1.2.3](https://github.com/launchdarkly/python-eventsource/compare/1.2.2...1.2.3) (2025-05-29)


Expand Down
2 changes: 1 addition & 1 deletion ld_eventsource/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.3" # x-release-please-version
VERSION = "1.2.4" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-eventsource"
version = "1.2.3"
version = "1.2.4"
description = "LaunchDarkly SSE Client"
authors = ["LaunchDarkly <[email protected]>"]
license = "Apache-2.0"
Expand Down