8000 Release 0.1.11 · urso/msgpack-python@d2a23cc · GitHub
[go: up one dir, main page]

Skip to content

Commit d2a23cc

Browse files
committed
Release 0.1.11
1 parent b553754 commit d2a23cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
0.1.11
22
=======
3-
:release date: NOT RELEASED YET
3+
:release date: 2011-12-26
44

55
Bugs fixed
66
-------------
77

88
* Include test code for Python3 to sdist. (Johan Bergström)
9+
* Fix compilation error on MSVC. (davidgaleano)
910

1011

1112
0.1.10

setup.py

Lines changed: 1 addition & 1 deletion
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, 11, 'a1.dev1')
3+
version = (0, 1, 11)
44

55
import os
66
import sys

0 commit comments

Comments
 (0)
0