- Fixed issue on windows, use a shared rw file descriptor. Can't use 2 separate r and w like unix based systems - Fixed issue for LifoFileQueue on py3, was trying to write str instead of bytes to file
0.3.3
------------------
- Fix for namespace issue on python 3
0.3.2
------------------
- Fix for installing through pip
0.3.1
------------------
- Added unittests from the ``LifoFileQueue``.
0.3.0
------------------
- Added ``LifoFileQueue`` implementation that returns the most recently added items first.
- Reverted the file type from gzip to a regular file for the time being.