Skip to content

Commit 638c403

Browse files
chore(main): release 1.3.0 (#50)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](1.2.4...1.3.0) (2025-06-26) ### ⚠ BREAKING CHANGES * Drop support for Python 3.8 (eol 2024-10-07) ([#49](#49)) ### Features * Drop support for Python 3.8 (eol 2024-10-07) ([#49](#49)) ([a57558e](a57558e)) --- 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 a57558e commit 638c403

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.4"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.3.0](https://github.com/launchdarkly/python-eventsource/compare/1.2.4...1.3.0) (2025-06-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop support for Python 3.8 (eol 2024-10-07) ([#49](https://github.com/launchdarkly/python-eventsource/issues/49))
11+
12+
### Features
13+
14+
* Drop support for Python 3.8 (eol 2024-10-07) ([#49](https://github.com/launchdarkly/python-eventsource/issues/49)) ([a57558e](https://github.com/launchdarkly/python-eventsource/commit/a57558eaa8eb350be3bc6d31ac44cb2f47e778ed))
15+
516
## [1.2.4](https://github.com/launchdarkly/python-eventsource/compare/1.2.3...1.2.4) (2025-05-29)
617

718

ld_eventsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.2.4" # x-release-please-version
1+
VERSION = "1.3.0" # 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.4"
3+
version = "1.3.0"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)