-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.1.1...v2.0.0) (2019-08-01) ### Bug Fixes * **LambdaHandler:** remove context option ([29f71c3](29f71c3)) * Merge pull request #58 from enter-at/fix/remove-context-update ([d79deb8](d79deb8)), closes [#58](#58) ### BREAKING CHANGES * The context option has been removed * **LambdaHandler:** The context option has been removed.
- Loading branch information
1 parent
d79deb8
commit d0ac1e4
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""Release version number.""" | ||
__version__ = '1.1.1' # noqa | ||
__version__ = '2.0.0' # noqa |