Skip to content

Commit

Permalink
Bump version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed Nov 25, 2023
1 parent 0b4317a commit a7f96eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "sse-starlette"
version = "1.8.1"
version = "1.8.2"
description = "SSE plugin for Starlette"
readme = "README.md"
license = {text = "BSD-3-Clause"}
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies = [
Source = "https://github.com/sysid/sse-starlette"

[tool.bumpversion]
current_version = "1.8.1"
current_version = "1.8.2"
commit = true
tag = false
message = "Bump version to {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion sse_starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sse_starlette.sse import EventSourceResponse, ServerSentEvent

__all__ = ["ServerSentEvent", "EventSourceResponse"]
__version__ = "1.8.1"
__version__ = "1.8.2"

0 comments on commit a7f96eb

Please sign in to comment.