Skip to content

Commit

Permalink
Including stage resource yaml in pip. (#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
c2tarun and Tarun Mall authored Jul 22, 2021
1 parent 1c42df3 commit 9783eea
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"
__version__ = "1.27.2"

0 comments on commit 9783eea

Please sign in to comment.