You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.2.0 (2020-07-22)
Fix
use correct name for variable.
Refactor
improve logging and comments
Feat
switch application service to deploy from a version rather than build it first.
v0.1.0 (2020-07-20)
Fix
do not truncate release notes when gathering them
include recent changes in the release notes.
release: correct path to archive and initialization of version
additional incorrect path for version.txt
incorrect path for version.txt
workaround issue with hashes on editable deps. pip does not allow hashes on "editable" deps (i.e. deps on repos like django-storages) cf.: pypa/pip#4995