diff --git a/HISTORY.rst b/HISTORY.rst index 23e158c..6af8b4f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ 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) --------------------- diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index beb2a64..f5e6dbc 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.3.0' +__version__ = '0.3.1'