Release 0.1.11

This commit is contained in:
INADA Naoki 2011-12-26 19:04:33 +09:00
parent b553754edf
commit d2a23cc22a
2 changed files with 3 additions and 2 deletions

View file

@ -1,11 +1,12 @@
0.1.11 0.1.11
======= =======
:release date: NOT RELEASED YET :release date: 2011-12-26
Bugs fixed Bugs fixed
------------- -------------
* Include test code for Python3 to sdist. (Johan Bergström) * Include test code for Python3 to sdist. (Johan Bergström)
* Fix compilation error on MSVC. (davidgaleano)
0.1.10 0.1.10

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# coding: utf-8 # coding: utf-8
version = (0, 1, 11, 'a1.dev1') version = (0, 1, 11)
import os import os
import sys import sys