File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ to `semantic versioning`_.
1111.. _Keep a Changelog : http://keepachangelog.com/
1212.. _semantic versioning : http://semver.org/
1313
14+ `Release 5.3 `_ (2018-08-03)
15+ ---------------------------
16+
17+ - Merged pull request `#11 `_ which introduces the ``--use-rmdir `` option with
18+ the suggested use case of removing CephFS snapshots.
19+ - Replaced ``--use-rmdir `` with ``--removal-command=rmdir `` (more general).
20+
21+ .. _Release 5.3 : https://github.com/xolox/python-rotate-backups/compare/5.2...5.3
22+ .. _#11 : https://github.com/xolox/python-rotate-backups/pull/11
23+
1424`Release 5.2 `_ (2018-04-27)
1525---------------------------
1626
Original file line number Diff line number Diff line change 11# rotate-backups: Simple command line interface for backup rotation.
22#
33# Author: Peter Odding <peter@peterodding.com>
4- # Last Change: August 2 , 2018
4+ # Last Change: August 3 , 2018
55# URL: https://github.com/xolox/python-rotate-backups
66
77"""
4343from verboselogs import VerboseLogger
4444
4545# Semi-standard module versioning.
46- __version__ = '5.2 '
46+ __version__ = '5.3 '
4747
4848# Initialize a logger for this module.
4949logger = VerboseLogger (__name__ )
You can’t perform that action at this time.
0 commit comments