From 62c38d2db34d0efd5ee9682bec4e7ca0aa10e3e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:03:42 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ ld_eventsource/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d35a90..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.4" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 758dfa0..c103dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.3.0](https://github.com/launchdarkly/python-eventsource/compare/1.2.4...1.3.0) (2025-06-26) + + +### ⚠ BREAKING CHANGES + +* Drop support for Python 3.8 (eol 2024-10-07) ([#49](https://github.com/launchdarkly/python-eventsource/issues/49)) + +### Features + +* 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)) + ## [1.2.4](https://github.com/launchdarkly/python-eventsource/compare/1.2.3...1.2.4) (2025-05-29) diff --git a/ld_eventsource/version.py b/ld_eventsource/version.py index 5b1d550..e8c261b 100644 --- a/ld_eventsource/version.py +++ b/ld_eventsource/version.py @@ -1 +1 @@ -VERSION = "1.2.4" # x-release-please-version +VERSION = "1.3.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 47fa564..8fb6ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-eventsource" -version = "1.2.4" +version = "1.3.0" description = "LaunchDarkly SSE Client" authors = ["LaunchDarkly "] license = "Apache-2.0"