Skip to content

Commit

Permalink
Including stage resource yaml in pip. (aws#3106)
Browse files Browse the repository at this point in the history
* Including stage resource yaml in pip.

* Bumping patch version

Co-authored-by: Tarun Mall <[email protected]>
  • Loading branch information
2 people authored and moelasmar committed Aug 6, 2021
1 parent 1bde406 commit cffd31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include requirements/pre-dev.txt
include requirements/dev.txt
include samcli/local/rapid/aws-lambda-rie
recursive-include samcli/lib/init/templates *
recursive-include samcli/lib/pipeline *
recursive-include samcli/lib *.json
recursive-include samcli/lib/generated_sample_events *.json
prune tests
Expand Down
2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = "1.27.1.dev202107140310"
__version__ = "1.27.2.dev202107140310"

0 comments on commit cffd31a

Please sign in to comment.