Skip to content

Commit 32e966c

Browse files
committed
Release 8.1: Really make hour/minute/second captures optional
1 parent f63abf3 commit 32e966c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ to `semantic versioning`_.
1111
.. _Keep a Changelog: http://keepachangelog.com/
1212
.. _semantic versioning: http://semver.org/
1313

14+
`Release 8.1`_ (2020-05-17)
15+
---------------------------
16+
17+
- Bug fix to really make the 'hour', 'minute' and 'second' capture groups in
18+
user defined timestamp patterns optional (this fixes issue `#26`_).
19+
20+
- Fixed :man:`humanfriendly` 8 deprecation warnings.
21+
22+
.. _Release 8.1: https://github.com/xolox/python-rotate-backups/compare/8.0...8.1
23+
.. _#26: https://github.com/xolox/python-rotate-backups/issues/26
24+
1425
`Release 8.0`_ (2020-02-18)
1526
---------------------------
1627

rotate_backups/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from verboselogs import VerboseLogger
4545

4646
# Semi-standard module versioning.
47-
__version__ = '8.0'
47+
__version__ = '8.1'
4848

4949
# Initialize a logger for this module.
5050
logger = VerboseLogger(__name__)

0 commit comments

Comments
 (0)