Update changelog

This commit is contained in:
Lance Edgar 2016-12-20 17:01:41 -06:00
parent 0b10021942
commit 2fbf719d61
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.5.60 (2016-12-20)
-------------------
* Fix CSRF bug in Ordering Form template, make case quantity pretty
* Fix some bugs in product view template
* Update some enum references, render all purchase/batch cases/units fields as quantity
0.5.59 (2016-12-19) 0.5.59 (2016-12-19)
------------------- -------------------

View file

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