Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#28)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
1 parent 74a41db commit c3a93fe
Show file tree
Hide file tree
Showing 4 changed files with 20 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.1.1"
".": "1.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.0](https://github.com/launchdarkly/python-eventsource/compare/1.1.1...1.2.0) (2024-04-04)


### Features

* Drop support for python 3.7 [#30](https://github.com/launchdarkly/python-eventsource/issues/30) ([4372af2](https://github.com/launchdarkly/python-eventsource/commit/4372af2c77fde7085964f28ceacda4a41ad32fc7))


### Bug Fixes

* Move tests under ld_eventsource namespace ([#29](https://github.com/launchdarkly/python-eventsource/issues/29)) ([74a41db](https://github.com/launchdarkly/python-eventsource/commit/74a41dbef437cb9fc4b0b66f3ac80585917ab856))


### Documentation

* Fix broken formatting ([#27](https://github.com/launchdarkly/python-eventsource/issues/27)) ([eb8fbd2](https://github.com/launchdarkly/python-eventsource/commit/eb8fbd28ea354286a5245e9b275b7ac38811acfd))

## [1.1.1](https://github.com/launchdarkly/python-eventsource/compare/1.1.0...1.1.1) (2024-03-01)


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.1.1" # x-release-please-version
VERSION = "1.2.0" # 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.1.1"
version = "1.2.0"
description = "LaunchDarkly SSE Client"
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c3a93fe

Please sign in to comment.