File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 4444from 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.
5050logger = VerboseLogger (__name__ )
You can’t perform that action at this time.
0 commit comments