From dafaa8bd8ca559a052ca51deae71dc8546b8dc7c Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 29 Jan 2011 07:31:06 +0900 Subject: [PATCH] python: 0.1.9 --- python/ChangeLog.rst | 14 ++++++++++++++ python/setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/python/ChangeLog.rst b/python/ChangeLog.rst index 4c70ad5d..75e86b27 100644 --- a/python/ChangeLog.rst +++ b/python/ChangeLog.rst @@ -1,3 +1,17 @@ +0.1.9 +====== +:release date: 2011-01-29 + +New feature +----------- +* ``use_list`` option is added to unpack(b) like Unpacker. + (Use keyword argument because order of parameters are different) + +Bugs fixed +---------- +* Fix typo. +* Add MemoryError check. + 0.1.8 ====== :release date: 2011-01-10 diff --git a/python/setup.py b/python/setup.py index ddace358..16987a46 100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -version = (0, 1, 8, 'final') +version = (0, 1, 9, 'final') import os import sys