python: 0.1.7

This commit is contained in:
INADA Naoki 2010-11-03 03:43:49 +09:00
parent bb69aa18f2
commit d7fc215c16
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
0.2.0
0.1.7
======
:release date: NOT RELEASED YET
:release date: 2010-11-02
New feature
------------

View File

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