Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed May 9, 2020
1 parent 04af620 commit 8de9e84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Python 3.6+
pip install mangum
```

**Note**: WebSocket support is currently available only in the `master` branch.

## Usage

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:
Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Python 3.6+
pip install mangum
```

**Note**: WebSocket support is currently available only in the `master` branch.

## Usage

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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_long_description():

setup(
name="mangum",
version="0.9.0b1",
version="0.9.0",
packages=find_packages(),
license="MIT",
url="https://github.com/erm/mangum",
Expand Down

0 comments on commit 8de9e84

Please sign in to comment.