Update changelog

This commit is contained in:
Lance Edgar 2016-10-27 19:00:09 -05:00
parent 2b3b69ed70
commit 0c11b72804
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG
=========
0.5.33 (2016-10-27)
-------------------
* Fix template bug when deleting user
* Tweak default styles for home page
* Show vendor invoice rows as warning, if they have no case quantity
* Add 'vendor code' and 'vendor code (any)' filters for products grid
* Fix bug with how we auto-filter 'deleted' products (?)
0.5.32 (2016-10-19)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.5.32'
__version__ = u'0.5.33'