Update changelog

This commit is contained in:
Lance Edgar 2019-09-09 18:28:08 -05:00
parent cb69857135
commit 3098cf9b98
2 changed files with 15 additions and 1 deletions

View file

@ -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)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.9.91'
__version__ = '0.9.92'