Skip to content

Commit

Permalink
Documentation: release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
SacemVP authored and shlublu committed Apr 5, 2023
1 parent b9a774c commit b72bfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All notable changes to this project are documented in this file.

## [0.2.0] - *Not yet released*
## [0.2.0] - 2023-04-05

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/awsmate/apigateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ def build_http_client_error_response(
Examples
--------
>>> build_http_client_error_response(HttpNotFoundError())
{'isBase64Encoded': False, 'statusCode': 404, 'body': '{\\n "Message": "Not found"\\n}', 'headers': {'Content-Type': 'application/json; charset=utf-8'}}
{'isBase64Encoded': False, 'statusCode': 404, 'body': '{\\n "Message": "Not Found"\\n}', 'headers': {'Content-Type': 'application/json; charset=utf-8'}}
Notes
-----
Expand Down

0 comments on commit b72bfb9

Please sign in to comment.