Skip to content

Commit

Permalink
chore(release): aws-lambda-publish-shared-event 0.13.0
Browse files Browse the repository at this point in the history
Fix missing packaging generate_test_event
  • Loading branch information
michaelbrewer committed Mar 28, 2022
1 parent 8cc362f commit 4e50460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions event-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ and see the official docs on [AWS Lambda Shareable test events](https://docs.aws

## Recent changes

### 0.13.0

- Fix packaging to include `generate_test_event`

### 0.12.0

- Add `generate-test-event` support
Expand Down
4 changes: 2 additions & 2 deletions event-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="aws-lambda-publish-shared-event",
version="0.12.0",
version="0.13.0",
entry_points={
"console_scripts": [
"publish-shared-event=aws_lambda_publish_shared_event.__main__:main",
Expand All @@ -20,7 +20,7 @@
description="Cli to publish shareable lambda test events.",
long_description=README,
long_description_content_type="text/markdown",
packages=["aws_lambda_publish_shared_event", "aws_lambda_publish_shared_event.generate_test_event"],
packages=["aws_lambda_publish_shared_event", "aws_lambda_publish_shared_event.generate_test_event"],
install_requires=[
"boto3 >= 1.21.24",
"botocore >= 1.24.24",
Expand Down

0 comments on commit 4e50460

Please sign in to comment.