Skip to content

Commit 5404701

Browse files
chore(main): release 1.1.0 (#18)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](1.0.1...1.1.0) (2023-11-16) ### Features * Expand support to include urllib3 v2 ([#15](#15)) ([340ff73](340ff73)) --- 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 4a36d9f commit 5404701

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.0.1"
2+
".": "1.1.0"
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.1.0](https://github.com/launchdarkly/python-eventsource/compare/1.0.1...1.1.0) (2023-11-16)
6+
7+
8+
### Features
9+
10+
* Expand support to include urllib3 v2 ([#15](https://github.com/launchdarkly/python-eventsource/issues/15)) ([340ff73](https://github.com/launchdarkly/python-eventsource/commit/340ff73f211bf6d98d5582baef8096a4a8b0c74d))
11+
512
## [1.0.1] - 2023-01-04
613
### Fixed:
714
- Fixed packaging error that made installs fail.

ld_eventsource/version.py

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

0 commit comments

Comments
 (0)