Bump version to 0.6
This commit is contained in:
parent
3058d53332
commit
0f56420fd6
@ -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
|
Version 0.5.3
|
||||||
-------------
|
-------------
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ with open("README.rst", "r") as fh:
|
|||||||
# ========== Package Setup ==========
|
# ========== Package Setup ==========
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="rbackup",
|
name="rbackup",
|
||||||
version="0.5.3",
|
version="0.6",
|
||||||
cmdclass=CMDCLASS,
|
cmdclass=CMDCLASS,
|
||||||
author="Eric Torres",
|
author="Eric Torres",
|
||||||
author_email="erictorres4@protonmail.com",
|
author_email="erictorres4@protonmail.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user