-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 CHANGELOG.md update for 0.56.0 release (#1187)
* 📝 CHANGELOG.md update for 0.55.1 release * 📝 add merged PR (#1177) related issues to CHANGELOG. * 📝 add #1117 to list after merge. * 📝 adding resolved issue to CHANGELOG * 🔧 0.55.1 -> 0.56.0 📝 add merged issue to changelog. * 📝 add #1190 * 🔧 `Pipfile` (pipenv) now used in place of requirements.txt, test_requirements.txt, requirements.in test_requirements.in. Replacing in MANIFEST.in. Related Issue: #1199 * 🔧 Add resolved issue #1199
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
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 @@ | ||
include README.md LICENSE requirements.txt test_requirements.txt requirements.in test_requirements.in | ||
include README.md LICENSE Pipfile | ||
recursive-include zappa *.py |
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 |
---|---|---|
|
@@ -33,4 +33,4 @@ def running_in_docker() -> bool: | |
raise RuntimeError(err_msg) | ||
|
||
|
||
__version__ = "0.55.0" | ||
__version__ = "0.56.0" |