-
DigitalOcean suport (PR #4)
-
A fix for hyphenated package names (PR #5)
-
Support for AWS session tokens (PR #6)
-
Support for default boto3 configuration methods (PR #7) in a backward compatible manner.
-
Azure BlobStorage support (PR #9)
-
Fixed importing of configparser with Python 3 (PR #1)
-
Fixed a bug related to uploading tar.gz files to s3 (PR #2)
-
Added a CLI option to display the installed version
-
Fixed project name in upload path as per PEP-503 (Issue #3)
-
The tool is now fully compatible with PEP-440 which ensures that the artifacts for the given version are correctly identified and uploaded. This changed requires
setuptools
to be added as a project dependency.
-
Fixed local file system backend
-
Added travis config file
-
Fixed package URL in setup.py to point to the github repo. This ensures the Homepage link on PyPI points to the github repo.
-
Minor fixes in the README
First public version released