From 377ce0f32a2ca35f0f1844185eba586c3f654a36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:52:30 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ ld_eventsource/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb45b9..1de8e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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). +## [1.7.0](https://github.com/launchdarkly/python-eventsource/compare/1.6.0...1.7.0) (2026-06-22) + + +### Features + +* Drop support for Python 3.9 ([b824014](https://github.com/launchdarkly/python-eventsource/commit/b8240149f437bef6033209862a04aa274f0fe729)) + ## [1.6.0](https://github.com/launchdarkly/python-eventsource/compare/1.5.1...1.6.0) (2026-06-22) diff --git a/ld_eventsource/version.py b/ld_eventsource/version.py index 8a061c3..a37653b 100644 --- a/ld_eventsource/version.py +++ b/ld_eventsource/version.py @@ -1 +1 @@ -VERSION = "1.6.0" # x-release-please-version +VERSION = "1.7.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 179a759..b27044b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "launchdarkly-eventsource" -version = "1.6.0" +version = "1.7.0" description = "LaunchDarkly SSE Client" authors = [ {name = "LaunchDarkly", email = "dev@launchdarkly.com"}