Changes: - Drop Python 2 and add support for Python 3.5
1.0
Changes: - Switch to GitPython
0.3.1
Changes: - Update `README.rst` examples to show new switches (`--gitargs` and `--force`).
0.3
Changes: - Roboclone now checks if Eclipse metadata files are present in the repository, and will not overwrite them if there are. - Added `--force` switch to force writing of Eclipse metadata over the existing files.
0.2
Changes: - Added the ability to pass arguments to git with the `--gitargs` switch - Updated the install instructions in `README.rst` to show installation from PyPI.
0.1.1
Changes: - Switched to reStructuredText from Markdown for the README file. New file is `README.rst` (previously `README.md`). - Tweaked the formatting on the Travis-CI build file a bit