Bump version to 0.6

This commit is contained in:
Eric Torres 2019-04-24 09:09:27 -07:00
parent 3058d53332
commit 0f56420fd6
2 changed files with 34 additions and 3 deletions

View File

@ -1,5 +1,36 @@
rbackup Changelog
=================
Changelog for rbackup
=====================
Version 0.6
-----------
* backup script
* Add --port option for ssh
* Add --umask option for changing umask of backup process
* backupd
* Add backupd script
* Add config file
* rbackup.network
* Add rbackup.network module
* rbackup.system
* Add associated tests
* Building
* Fix incorrect parameters on setup.py sphinx section
* Project Structure
* Add ``rbackup.network``, ``rbackup.system``, and ``rbackup.system``
* Split main backup script into separate library modules for easier maintainability
Version 0.5.3
-------------

View File

@ -15,7 +15,7 @@ with open("README.rst", "r") as fh:
# ========== Package Setup ==========
setuptools.setup(
name="rbackup",
version="0.5.3",
version="0.6",
cmdclass=CMDCLASS,
author="Eric Torres",
author_email="erictorres4@protonmail.com",