We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390cba8 commit 0bba8f8Copy full SHA for 0bba8f8
CHANGELOG.txt
@@ -12,3 +12,8 @@ Version 0.1.2
12
-------------
13
14
- Add more commandline options.
15
+
16
+Version 0.1.3
17
+-------------
18
19
+ - Exit with non-zero code when execution of function fails.
setup.py
@@ -26,7 +26,7 @@ def run_tests(self):
26
sys.exit(pytest.main(self.test_args))
27
28
29
-version = "0.1.2"
+version = "0.1.3"
30
31
setup(name="python-lambda-local",
32
version=version,
0 commit comments