Update changelog
This commit is contained in:
parent
63350469d0
commit
562d7b48bc
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.123 (2021-02-04)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Fix config defaults for PurchaseView.
|
||||||
|
|
||||||
|
* Add stub methods for ``MasterView.template_kwargs_view()`` etc.
|
||||||
|
|
||||||
|
* Update references to vendor catalog batches etc.
|
||||||
|
|
||||||
|
* Fix display of handheld batch links, when viewing label batch.
|
||||||
|
|
||||||
|
* Prevent updates to batch rows, if batch is immutable.
|
||||||
|
|
||||||
|
|
||||||
0.8.122 (2021-02-01)
|
0.8.122 (2021-02-01)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.122'
|
__version__ = '0.8.123'
|
||||||
|
|
Loading…
Reference in a new issue