diff options
author | INADA Naoki <songofacandy@gmail.com> | 2011-08-22 02:09:51 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2011-08-22 02:09:51 +0900 |
commit | 1a81f6364dcb4356d26b8e3ae48966a9c2a66832 (patch) | |
tree | 6e6bd28a051f37b7f2997f21f3fe811ab6447a7d | |
parent | 60762747b994138dd79c655c8b9da20704f50c0c (diff) | |
download | msgpack-python-1a81f6364dcb4356d26b8e3ae48966a9c2a66832.tar.gz |
0.1.100.1.10
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog.rst | 5 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2008-2010 KLab Inc. +Copyright (C) 2008-2011 INADA Naoki <songofacandy@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ChangeLog.rst b/ChangeLog.rst index 10ddf4f..9cae3c8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,12 +1,13 @@ 0.1.10 ====== -:release date: NOT RELEASED YET +:release date: 2011-08-22 New feature ----------- * Add ``encoding`` and ``unicode_errors`` option to packer and unpacker. When this option is specified, (un)packs unicode object instead of bytes. - This enables using msgpack as a replacement of json. + This enables using msgpack as a replacement of json. (tailhook) + 0.1.9 ====== @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -version = (0, 1, 9, 'final') +version = (0, 1, 10) import os import sys |