diff --git a/HISTORY.rst b/HISTORY.rst index 423381b..b0126ab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.4.8 +-------------------- + +* Implement '--clean' and '--diff' (kxrd) +* Exclude concurrent{,.futures} from stdlib if py2 (kxrd) + 0.4.7 -------------------- diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index b7698e6..5b8d242 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.4.7' +__version__ = '0.4.8'