Skip to content

Commit 9101a42

Browse files
committed
Bump version to 3.2.0
1 parent c3248fc commit 9101a42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.2.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sse-starlette"
3-
version = "3.1.2"
3+
version = "3.2.0"
44
description = "SSE plugin for Starlette"
55
readme = "README.md"
66
license = "BSD-3-Clause"
@@ -74,7 +74,7 @@ build-backend = "setuptools.build_meta"
7474
include = ["sse_starlette*"]
7575

7676
[tool.bumpversion]
77-
current_version = "3.1.2"
77+
current_version = "3.2.0"
7878
commit = true
7979
tag = false
8080
message = "Bump version to {new_version}"

sse_starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from sse_starlette.sse import EventSourceResponse
33

44
__all__ = ["EventSourceResponse", "ServerSentEvent", "JSONServerSentEvent"]
5-
__version__ = "3.1.2"
5+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)