Skip to content

Commit b8e7853

Browse files
chore(main): release 1.2.3 (#44)
🤖 I have created a release *beep* *boop* --- ## [1.2.3](1.2.2...1.2.3) (2025-05-29) ### Bug Fixes * Replace deprecated ssl.wrap_socket usage ([#42](#42)) ([34510b6](34510b6)) --- 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 34510b6 commit b8e7853

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.2"
2+
".": "1.2.3"
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.3](https://github.com/launchdarkly/python-eventsource/compare/1.2.2...1.2.3) (2025-05-29)
6+
7+
8+
### Bug Fixes
9+
10+
* Replace deprecated ssl.wrap_socket usage ([#42](https://github.com/launchdarkly/python-eventsource/issues/42)) ([34510b6](https://github.com/launchdarkly/python-eventsource/commit/34510b697d05fd037cb00a49ad9c5da1d62bfb45))
11+
512
## [1.2.2](https://github.com/launchdarkly/python-eventsource/compare/1.2.1...1.2.2) (2025-02-28)
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.2" # x-release-please-version
1+
VERSION = "1.2.3" # 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.2"
3+
version = "1.2.3"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)