Skip to content

Commit

Permalink
Release 0.9: Explicitly handle unsupported platforms
Browse files Browse the repository at this point in the history
Refer to issue 1 on GitHub for details:
#1
  • Loading branch information
xolox committed Jul 10, 2017
1 parent f1d9a37 commit 9c2f3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsync_system_backup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rsync-system-backup: Linux system backups powered by rsync.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: July 10, 2017
# Last Change: July 11, 2017
# URL: https://github.com/xolox/python-rsync-system-backup

"""
Expand Down Expand Up @@ -47,7 +47,7 @@
)

# Semi-standard module versioning.
__version__ = '0.8'
__version__ = '0.9'

# Initialize a logger for this module.
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 9c2f3f6

Please sign in to comment.