Bump version to 0.7
This commit is contained in:
parent
d0bfa01e73
commit
fba3159e04
@ -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
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
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.6",
|
version="0.7",
|
||||||
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