Skip to content

Commit 1320e76

Browse files
committed
Release 5.2: Support filename patterns in configuration files (#10)
1 parent 9a5e873 commit 1320e76

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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.2`_ (2018-04-27)
15+
---------------------------
16+
17+
- Added support for filename patterns in configuration files (`#10`_).
18+
- Bug fix: Skip human friendly pathname formatting for remote backups.
19+
- Improved documentation using ``property_manager.sphinx`` module.
20+
21+
.. _Release 5.2: https://github.com/xolox/python-rotate-backups/compare/5.1...5.2
22+
.. _#10: https://github.com/xolox/python-rotate-backups/issues/10
23+
1424
`Release 5.1`_ (2018-04-27)
1525
---------------------------
1626

rotate_backups/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from verboselogs import VerboseLogger
4343

4444
# Semi-standard module versioning.
45-
__version__ = '5.1'
45+
__version__ = '5.2'
4646

4747
# Initialize a logger for this module.
4848
logger = VerboseLogger(__name__)

0 commit comments

Comments
 (0)