File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.12.1
2+
3+ * Make ` boto3 ` optional [ #197 ] ( https://github.com/jordaneremieff/mangum/pull/197 ) .
4+
5+
16## 0.12.0
27
38* Reintroduce WebSocket support [ #190 ] ( https://github.com/jordaneremieff/mangum/pull/190 ) . Thanks [ eduardovra] ( https://github.com/eduardovra ) !
Original file line number Diff line number Diff line change 1+ ## 0.12.1
2+
3+ * Make ` boto3 ` optional [ #197 ] ( https://github.com/jordaneremieff/mangum/pull/197 ) .
4+
15## 0.12.0
26
37* Reintroduce WebSocket support [ #190 ] ( https://github.com/jordaneremieff/mangum/pull/190 ) . Thanks [ eduardovra] ( https://github.com/eduardovra ) !
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def get_long_description():
77
88setup (
99 name = "mangum" ,
10- version = "0.12.0 " ,
10+ version = "0.12.1 " ,
1111 packages = find_packages (),
1212 license = "MIT" ,
1313 url = "https://github.com/jordaneremieff/mangum" ,
You can’t perform that action at this time.
0 commit comments