Update changelog
This commit is contained in:
parent
15d4254664
commit
faea1411fd
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.220 (2021-11-26)
|
||||
--------------------
|
||||
|
||||
* Add way to "require" included config files.
|
||||
|
||||
* Only coerce logging timestamps if we have a timezone set.
|
||||
|
||||
* Set ``Subcommand.app`` within constructor, for convenience.
|
||||
|
||||
|
||||
0.9.219 (2021-11-25)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.219'
|
||||
__version__ = '0.9.220'
|
||||
|
|
Loading…
Reference in a new issue