Skip to content

Commit

Permalink
chore(history): Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bndr committed Oct 20, 2015
1 parent 3acbdaa commit ea191ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -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)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion pipreqs/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Vadim Kravcenko'
__email__ = 'vadim.kravcenko@gmail.com'
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit ea191ac

Please sign in to comment.