From 52505ce32c692ecb79ead8dfb30369689555d234 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Tue, 31 Oct 2017 15:18:45 -0400 Subject: [PATCH] Add dates to recent changelog entries Via https://pypi.python.org/pypi/pipreqs/json --- HISTORY.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b0126ab..b9d17e7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,19 +3,19 @@ History ------- -0.4.8 +0.4.8 (2017-06-30) -------------------- * Implement '--clean' and '--diff' (kxrd) * Exclude concurrent{,.futures} from stdlib if py2 (kxrd) -0.4.7 +0.4.7 (2017-04-20) -------------------- * BUG: remove package/version duplicates * Style: pep8 -0.4.5 +0.4.5 (2016-12-13) --------------------- * Fixed the --pypi-server option