Skip to content

Commit 648df2c

Browse files
chore(main): release 1.7.0 (#71)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](1.6.0...1.7.0) (2026-06-22) ### Features * Drop support for Python 3.9 ([b824014](b824014)) --- 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] > **Low Risk** > Version and changelog-only release with no application code changes in the diff. > > **Overview** > **Release 1.7.0** via Release Please: bumps the package version from **1.6.0** to **1.7.0** in `.release-please-manifest.json`, `ld_eventsource/version.py`, and `pyproject.toml`. > > Adds a **CHANGELOG** section for 1.7.0 noting **dropped support for Python 3.9** (aligned with `requires-python = ">=3.10"` in `pyproject.toml`). No runtime or library code changes appear in this diff—only release metadata and changelog. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 377ce0f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85ec814 commit 648df2c

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.6.0"
2+
".": "1.7.0"
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.7.0](https://github.com/launchdarkly/python-eventsource/compare/1.6.0...1.7.0) (2026-06-22)
6+
7+
8+
### Features
9+
10+
* Drop support for Python 3.9 ([b824014](https://github.com/launchdarkly/python-eventsource/commit/b8240149f437bef6033209862a04aa274f0fe729))
11+
512
## [1.6.0](https://github.com/launchdarkly/python-eventsource/compare/1.5.1...1.6.0) (2026-06-22)
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.6.0" # x-release-please-version
1+
VERSION = "1.7.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
[project]
22
name = "launchdarkly-eventsource"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "LaunchDarkly SSE Client"
55
authors = [
66
{name = "LaunchDarkly", email = "dev@launchdarkly.com"}

0 commit comments

Comments
 (0)