Skip to content

Commit 8de9e84

Browse files
0.9.0
1 parent 04af620 commit 8de9e84

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Python 3.6+
3636
pip install mangum
3737
```
3838

39-
**Note**: WebSocket support is currently available only in the `master` branch.
40-
4139
## Usage
4240

4341
The `Mangum` adapter class is designed to wrap any ASGI application and returns a callable. It can wrap an application and be assigned as the handler:

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Python 3.6+
3636
pip install mangum
3737
```
3838

39-
**Note**: WebSocket support is currently available only in the `master` branch.
40-
4139
## Usage
4240

4341
The `Mangum` adapter class is designed to wrap any ASGI application and returns a callable. It can wrap an application and be assigned as the handler:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_long_description():
77

88
setup(
99
name="mangum",
10-
version="0.9.0b1",
10+
version="0.9.0",
1111
packages=find_packages(),
1212
license="MIT",
1313
url="https://github.com/erm/mangum",

0 commit comments

Comments
 (0)