chore(history): Version bump

This commit is contained in:
Vadim Kravcenko 2015-10-20 22:17:23 +02:00
parent 3acbdaa893
commit ea191acd36
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@
History History
------- -------
0.3.1 (2015-10-20)
---------------------
* fixed lint warnings (EJ Lee)
* add --encoding parameter for open() (EJ Lee)
* support windows directory separator (EJ Lee)
0.3.0 (2015-09-29) 0.3.0 (2015-09-29)
--------------------- ---------------------

View File

@ -2,4 +2,4 @@
__author__ = 'Vadim Kravcenko' __author__ = 'Vadim Kravcenko'
__email__ = 'vadim.kravcenko@gmail.com' __email__ = 'vadim.kravcenko@gmail.com'
__version__ = '0.3.0' __version__ = '0.3.1'