Skip to content

Commit

Permalink
Version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed Aug 11, 2021
1 parent 2612b3c commit a462f95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.12.2

* Exclude `tests/` directory from package. [#200](https://github.com/jordaneremieff/mangum/pull/200). Thanks [bradsbrown](https://github.com/bradsbrown)!


## 0.12.1

* Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197).
Expand Down
1 change: 0 additions & 1 deletion docs/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ The heart of Mangum is the adapter class. It is a configurable wrapper that allo
handler = Mangum(
app,
lifespan="auto",
log_level="info",
api_gateway_base_path=None,
text_mime_types=None,
dsn=None,
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.2

* Exclude `tests/` directory from package. [#200](https://github.com/jordaneremieff/mangum/pull/200). Thanks [bradsbrown](https://github.com/bradsbrown)!

## 0.12.1

* Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197).
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.12.1",
version="0.12.2",
packages=find_packages(exclude=["tests*"]),
license="MIT",
url="https://github.com/jordaneremieff/mangum",
Expand Down

0 comments on commit a462f95

Please sign in to comment.