diff --git a/HISTORY.rst b/HISTORY.rst index d2f9ad5..fce5763 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.3.9 (2016-01-20) +--------------------- + +* Fix regex for docstring comments (#35) + 0.3.8 (2016-01-12) --------------------- diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 89d8856..1b9f712 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.3.8' +__version__ = '0.3.9'