Update changelog

This commit is contained in:
Lance Edgar 2017-08-11 11:55:24 -05:00
parent 41e09271a2
commit d51b9d2ad7
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.6.29 (2017-08-11)
-------------------
* Various tweaks to inventory batch logic (zero-all mode etc.)
* Fix join bug for users grid
* Flush session once every 1000 records when bulk-deleting
0.6.28 (2017-08-09) 0.6.28 (2017-08-09)
------------------- -------------------

View file

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