From 5930fdde617e733c7e139e9dffa01a8809dcc053 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Wed, 20 Jan 2016 09:38:41 +0100 Subject: [PATCH] Version bump --- HISTORY.rst | 5 +++++ pipreqs/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'