Update changelog
This commit is contained in:
parent
cb69857135
commit
3098cf9b98
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.92 (2019-09-09)
|
||||
-------------------
|
||||
|
||||
* Make sure new projects declare support for Python 3 (only).
|
||||
|
||||
* Remove some web templates from project scaffold.
|
||||
|
||||
* Make the Customer model use ContactMixin.
|
||||
|
||||
* Preserve "zeroes" when converting handheld batch to inventory batch.
|
||||
|
||||
* Check existence of ``psql`` command before using it, for backups.
|
||||
|
||||
|
||||
0.9.91 (2019-08-04)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.91'
|
||||
__version__ = '0.9.92'
|
||||
|
|
Loading…
Reference in a new issue