- Migrate to GitHub.
- Test for Python 3.7 and 3.8.
- Stop testing for Python 3.4 and 3.5.
- Use GitHub actions as CI.
- Support non-default port numbers for scp and sftp [erral]
- Claim support for Python 3.6 and PyPy3.
- Drop support for Python 2.6 and 3.3.
- Move repos to https://bitbucket.org/gocept/gocept.zestreleaser.customupload
- Make tests compatible to
zest.releaser >= 3.51
. - Claim Python 3.3 to 3.5 and PyPy support, thus requiring
zest.releaser >= 5.0
. - Drop Python 2.5 support.
- If the destination URL contains username and password, do not display the password on the console when asking for upload.
- Allow options in HTTP(S) PUT (WebDAV) upload.
- Added some trove classifiers to indicate suported Python versions.
- Allow uploading via SFTP (patch by Godefroid Chapelle <[email protected]>).
- Fixed documentation of SCP upload configuration.
- Add second plugin point that builds and uploads documentation
- Allow uploading via HTTP PUT (WebDAV) [CZ].
- Make matching package names case insensitive [bug reported by [email protected]].
- Upload everything from the dist/ directory, so it works for any egg format, .zip, .tar.gz, .egg, or else [suggestion by [email protected]].
- Added a MANIFEST.in so that the created egg actually works.
- first release [WS].