Skip to content

Commit

Permalink
Release 0.11: Add support for -x, --exclude option
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 30, 2018
1 parent f078538 commit 0617ad4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 0.11`_ (2018-04-30)
----------------------------

- Added support for the ``-x``, ``--exclude`` option.
- Documented that ``--one-file-system`` is always used.

.. _Release 0.11: https://github.com/xolox/python-rsync-system-backup/compare/0.10...0.11

`Release 0.10`_ (2018-04-30)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion rsync_system_backup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
)

# Semi-standard module versioning.
__version__ = '0.10'
__version__ = '0.11'

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

0 comments on commit 0617ad4

Please sign in to comment.