v1.0.2
v1.0.2 (3APR20)
- Added appdirs to the setup.py requirements.
v1.0.1 (UNLRELEASED)
Not released to the public.
v1.0.0 (16DEC19)
First production release.
- implemented appdirs, such that the configuration file can be safely placed and located from a known configuration directory on disk.
- added
removecommand to remove collections from the backup target after a specified time. Please consult theduplicity_backup_s3 remove --helpdocumentation for guidance. - added
initcommand to initialise the configuration in an interactive fashion for users. - various development improvements, eg Github actions for testing and publishing to PyPI; removed all flake8 warnings and pydocstyle errors. Added pre-commit hooks. Code is A++ grade now.