Skip to content

Commit 1a81f63

Browse files
committed
0.1.10
1 parent 6076274 commit 1a81f63

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2008-2010 KLab Inc.
1+
Copyright (C) 2008-2011 INADA Naoki <[email protected]>
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

ChangeLog.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
0.1.10
22
======
3-
:release date: NOT RELEASED YET
3+
:release date: 2011-08-22
44

55
New feature
66
-----------
77
* Add ``encoding`` and ``unicode_errors`` option to packer and unpacker.
88
When this option is specified, (un)packs unicode object instead of bytes.
9-
This enables using msgpack as a replacement of json.
9+
This enables using msgpack as a replacement of json. (tailhook)
10+
1011

1112
0.1.9
1213
======

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
version = (0, 1, 9, 'final')
3+
version = (0, 1, 10)
44

55
import os
66
import sys

0 commit comments

Comments
 (0)