diff --git a/HISTORY.rst b/HISTORY.rst index 6af8b4f..d2f9ad5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +0.3.8 (2016-01-12) +--------------------- + +* Add more package mapping +* fix(pipreqs/mapping): remove pylab reference to matplotlib +* Remove comments """ before going through imports +* Update proxy documentation + 0.3.1 (2015-10-20) --------------------- diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 0eea44b..89d8856 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.3.7' +__version__ = '0.3.8'