Update changelog
This commit is contained in:
parent
f7aa709ae0
commit
637b9a3266
|
@ -2,6 +2,14 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.134 (2020-07-29)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add ``BatchHandler.delete_extra_data()`` method.
|
||||||
|
|
||||||
|
* Add ``BatchHandler.do_delete()`` method.
|
||||||
|
|
||||||
|
|
||||||
0.9.133 (2020-07-29)
|
0.9.133 (2020-07-29)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.133'
|
__version__ = '0.9.134'
|
||||||
|
|
Loading…
Reference in a new issue