Update changelog
This commit is contained in:
parent
925de6c882
commit
a6d25df9cb
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.10.43 (2023-06-28)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Replace deprecated usage of ``send_email()`` function.
|
||||||
|
|
||||||
|
* Allow problem report emails to have attachments.
|
||||||
|
|
||||||
|
* Add ``rattail filemon debug`` command option for win32.
|
||||||
|
|
||||||
|
* Rename module to ``rattail.filemon.config_``.
|
||||||
|
|
||||||
|
|
||||||
0.10.42 (2023-06-27)
|
0.10.42 (2023-06-27)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.10.42'
|
__version__ = '0.10.43'
|
||||||
|
|
Loading…
Reference in a new issue