Skip to content

Commit a2234f4

Browse files
chore(main): release 1.5.1 (#56)
🤖 I have created a release *beep* *boop* --- ## [1.5.1](1.5.0...1.5.1) (2026-01-23) ### Bug Fixes * Update document link and fix doc build failure ([#55](#55)) ([260ddc9](260ddc9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes patch release 1.5.1. > > - Bumps version to `1.5.1` in `.release-please-manifest.json`, `pyproject.toml`, and `ld_eventsource/version.py` > - Updates `CHANGELOG.md` with a bugfix entry (doc link update and doc build fix) > > No runtime code changes. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d89cd5d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 260ddc9 commit a2234f4

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.5.0"
2+
".": "1.5.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.5.1](https://github.com/launchdarkly/python-eventsource/compare/1.5.0...1.5.1) (2026-01-23)
6+
7+
8+
### Bug Fixes
9+
10+
* Update document link and fix doc build failure ([#55](https://github.com/launchdarkly/python-eventsource/issues/55)) ([260ddc9](https://github.com/launchdarkly/python-eventsource/commit/260ddc94c859e38dfc8f666bc8607d4714b102a8))
11+
512
## [1.5.0](https://github.com/launchdarkly/python-eventsource/compare/1.4.0...1.5.0) (2025-11-07)
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.5.0" # x-release-please-version
1+
VERSION = "1.5.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
[tool.poetry]
22
name = "launchdarkly-eventsource"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)