Skip to content

Commit

Permalink
Bump version: 1.6.1 → 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed Aug 12, 2023
1 parent ec9e1c1 commit 081143c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.1
current_version = 1.6.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sse-starlette
version = 1.6.1
version = 1.6.2
description = "SSE plugin for Starlette"
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
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.6.1"
__version__ = "1.6.2"

0 comments on commit 081143c

Please sign in to comment.