Skip to content

Commit

Permalink
release: 0.5.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Jan 9, 2025
1 parent 9455a81 commit 5b52500
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## Version 0.5.0

Released 2025-01-09

- chore: change the log level. ([#21](https://github.com/overcat/requests-sse/pull/21))
- feat: allow users to set `latest_event_id` during initialization. ([#24](https://github.com/overcat/requests-sse/pull/24))

## Version 0.4.0

Released 2025-01-07
Expand Down
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 = "requests-sse"
version = "0.4.0"
version = "0.5.0"
description = "server-sent events python client library based on requests"
authors = ["overcat <[email protected]>"]
maintainers = ["overcat <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion requests_sse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

from .client import *

0 comments on commit 5b52500

Please sign in to comment.