Bump version to 0.7

This commit is contained in:
Eric Torres 2019-04-28 22:33:02 -07:00
parent d0bfa01e73
commit fba3159e04
2 changed files with 26 additions and 1 deletions

View File

@ -1,6 +1,31 @@
Changelog for rbackup Changelog for rbackup
===================== =====================
Version 0.7
-----------
* backup script
* Make ``backup`` strictly for backups to a local repository
* Add description for script in help message
* Bug fixes
* backup script
* Fix incorrect log message handling
* Add slash between port and hostname
* Remove -v, --verbose flag
* Documentation
* Change all instances of ``:returns:`` in docstrings to ``:return:``
* Make mention of default kwargs values for all modules
* Project Structure
* Split common logging operations into rbackup.logging module
Version 0.6 Version 0.6
----------- -----------

View File

@ -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.6", version="0.7",
cmdclass=CMDCLASS, cmdclass=CMDCLASS,
author="Eric Torres", author="Eric Torres",
author_email="erictorres4@protonmail.com", author_email="erictorres4@protonmail.com",