Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#38)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent 58c4702 commit db9f0a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/launchdarkly/python-eventsource/compare/1.2.0...1.2.1) (2024-12-23)


### Bug Fixes

* 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))

## [1.2.0](https://github.com/launchdarkly/python-eventsource/compare/1.1.1...1.2.0) (2024-04-04)


Expand Down
2 changes: 1 addition & 1 deletion ld_eventsource/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.0" # x-release-please-version
VERSION = "1.2.1" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-eventsource"
version = "1.2.0"
version = "1.2.1"
description = "LaunchDarkly SSE Client"
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit db9f0a2

Please sign in to comment.