Bump version to 0.7.1

This commit is contained in:
Eric Torres 2019-04-28 22:45:16 -07:00
parent 1ce4489a71
commit 46f6d8e5f9
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog for rbackup
=====================
Version 0.7.1
-------------
* Bug fixes
* rbackup.logging: fix incorrect passing of non-formatter object
Version 0.7
-----------

View File

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