Skip to content

Commit 77a0246

Browse files
chore(main): release 1.7.0
1 parent b824014 commit 77a0246

4 files changed

Lines changed: 11 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
* Drop support for Python 3.9 ([#69](https://github.com/launchdarkly/python-eventsource/issues/69)) ([b824014](https://github.com/launchdarkly/python-eventsource/commit/b8240149f437bef6033209862a04aa274f0fe729))
12+
513
## [1.6.0](https://github.com/launchdarkly/python-eventsource/compare/1.5.1...1.6.0) (2026-06-22)
614

715

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)