mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Release 0.1.11
This commit is contained in:
parent
b553754edf
commit
d2a23cc22a
2 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
0.1.11
|
||||
=======
|
||||
:release date: NOT RELEASED YET
|
||||
:release date: 2011-12-26
|
||||
|
||||
Bugs fixed
|
||||
-------------
|
||||
|
||||
* Include test code for Python3 to sdist. (Johan Bergström)
|
||||
* Fix compilation error on MSVC. (davidgaleano)
|
||||
|
||||
|
||||
0.1.10
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
version = (0, 1, 11, 'a1.dev1')
|
||||
version = (0, 1, 11)
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue