Skip to content

Commit db9f0a2

Browse files
chore(main): release 1.2.1 (#38)
🤖 I have created a release *beep* *boop* --- ## [1.2.1](1.2.0...1.2.1) (2024-12-23) ### Bug Fixes * Ensure blocking read stream can be shutdown ([#37](#37)) ([58c4702](58c4702)) --- 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 58c4702 commit db9f0a2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.0"
2+
".": "1.2.1"
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.2.1](https://github.com/launchdarkly/python-eventsource/compare/1.2.0...1.2.1) (2024-12-23)
6+
7+
8+
### Bug Fixes
9+
10+
* Ensure blocking read stream can be shutdown ([#37](https://github.com/launchdarkly/python-eventsource/issues/37)) ([58c4702](https://github.com/launchdarkly/python-eventsource/commit/58c4702f0920c0df1d188f79ec8b9fc018f00ae1))
11+
512
## [1.2.0](https://github.com/launchdarkly/python-eventsource/compare/1.1.1...1.2.0) (2024-04-04)
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.2.0" # x-release-please-version
1+
VERSION = "1.2.1" # 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.0"
3+
version = "1.2.1"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)