Skip to content

Commit bb2b189

Browse files
chore(main): release 1.2.2 (#40)
🤖 I have created a release *beep* *boop* --- ## [1.2.2](1.2.1...1.2.2) (2025-02-28) ### Bug Fixes * Fix SSE delay reset handling ([#39](#39)) ([fd401b5](fd401b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd401b5 commit bb2b189

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.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.2.1"
2+
".": "1.2.2"
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.2.2](https://github.com/launchdarkly/python-eventsource/compare/1.2.1...1.2.2) (2025-02-28)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix SSE delay reset handling ([#39](https://github.com/launchdarkly/python-eventsource/issues/39)) ([fd401b5](https://github.com/launchdarkly/python-eventsource/commit/fd401b5348a8a62b18b823bf9c0dbaf5001a7285))
11+
512
## [1.2.1](https://github.com/launchdarkly/python-eventsource/compare/1.2.0...1.2.1) (2024-12-23)
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.2.1" # x-release-please-version
1+
VERSION = "1.2.2" # 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.2.1"
3+
version = "1.2.2"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)