Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit c6a42d4

Browse files
Version 0.2 (ASGI 3)
1 parent 1c4abbe commit c6a42d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ codecov
66
isort
77
pytest
88
pytest-cov
9-
starlette==0.12.0b3 # Unpin once 0.12 is released
9+
starlette

sentry_asgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from sentry_asgi.middleware import SentryMiddleware
22

3-
__version__ = "0.1.5"
3+
__version__ = "0.2.0"
44
__all__ = ["SentryMiddleware"]

0 commit comments

Comments
 (0)