File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.12.3
2+
3+ * Fix unhandled ` api_gateway_base_path ` in ` AwsHttpGateway ` . [ #200 ] ( https://github.com/jordaneremieff/mangum/pull/204 ) . Thanks [ xpayn] ( https://github.com/xpayn ) !
4+
5+
16## 0.12.2
27
38* Exclude ` tests/ ` directory from package. [ #200 ] ( https://github.com/jordaneremieff/mangum/pull/200 ) . Thanks [ bradsbrown] ( https://github.com/bradsbrown ) !
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 Jordan Eremieff
3+ Copyright (c) 2021 Jordan Eremieff
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ ## 0.12.3
2+
3+ * Fix unhandled ` api_gateway_base_path ` in ` AwsHttpGateway ` . [ #200 ] ( https://github.com/jordaneremieff/mangum/pull/204 ) . Thanks [ xpayn] ( https://github.com/xpayn ) !
4+
15## 0.12.2
26
37* Exclude ` tests/ ` directory from package. [ #200 ] ( https://github.com/jordaneremieff/mangum/pull/200 ) . Thanks [ bradsbrown] ( https://github.com/bradsbrown ) !
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.2 " ,
10+ version = "0.12.3 " ,
1111 packages = find_packages (exclude = ["tests*" ]),
1212 license = "MIT" ,
1313 url = "https://github.com/jordaneremieff/mangum" ,
You can’t perform that action at this time.
0 commit comments