Skip to content

Commit a462f95

Browse files
Version 0.12.2
1 parent 2612b3c commit a462f95

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.12.2
2+
3+
* Exclude `tests/` directory from package. [#200](https://github.com/jordaneremieff/mangum/pull/200). Thanks [bradsbrown](https://github.com/bradsbrown)!
4+
5+
16
## 0.12.1
27

38
* Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197).

docs/adapter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The heart of Mangum is the adapter class. It is a configurable wrapper that allo
66
handler = Mangum(
77
app,
88
lifespan="auto",
9-
log_level="info",
109
api_gateway_base_path=None,
1110
text_mime_types=None,
1211
dsn=None,

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.2
2+
3+
* Exclude `tests/` directory from package. [#200](https://github.com/jordaneremieff/mangum/pull/200). Thanks [bradsbrown](https://github.com/bradsbrown)!
4+
15
## 0.12.1
26

37
* Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197).

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.12.1",
10+
version="0.12.2",
1111
packages=find_packages(exclude=["tests*"]),
1212
license="MIT",
1313
url="https://github.com/jordaneremieff/mangum",

0 commit comments

Comments
 (0)