Skip to content

Commit c3a93fe

Browse files
chore(main): release 1.2.0 (#28)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](1.1.1...1.2.0) (2024-04-04) ### Features * Drop support for python 3.7 [#30](#30) ([4372af2](4372af2)) ### Bug Fixes * Move tests under ld_eventsource namespace ([#29](#29)) ([74a41db](74a41db)) ### Documentation * Fix broken formatting ([#27](#27)) ([eb8fbd2](eb8fbd2)) --- 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 74a41db commit c3a93fe

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0](https://github.com/launchdarkly/python-eventsource/compare/1.1.1...1.2.0) (2024-04-04)
6+
7+
8+
### Features
9+
10+
* Drop support for python 3.7 [#30](https://github.com/launchdarkly/python-eventsource/issues/30) ([4372af2](https://github.com/launchdarkly/python-eventsource/commit/4372af2c77fde7085964f28ceacda4a41ad32fc7))
11+
12+
13+
### Bug Fixes
14+
15+
* Move tests under ld_eventsource namespace ([#29](https://github.com/launchdarkly/python-eventsource/issues/29)) ([74a41db](https://github.com/launchdarkly/python-eventsource/commit/74a41dbef437cb9fc4b0b66f3ac80585917ab856))
16+
17+
18+
### Documentation
19+
20+
* Fix broken formatting ([#27](https://github.com/launchdarkly/python-eventsource/issues/27)) ([eb8fbd2](https://github.com/launchdarkly/python-eventsource/commit/eb8fbd28ea354286a5245e9b275b7ac38811acfd))
21+
522
## [1.1.1](https://github.com/launchdarkly/python-eventsource/compare/1.1.0...1.1.1) (2024-03-01)
623

724

ld_eventsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.1.1" # x-release-please-version
1+
VERSION = "1.2.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
[tool.poetry]
22
name = "launchdarkly-eventsource"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)