From 9bf7bd2b6bdf6d692df49b8979c62cb3890d0119 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 16 Feb 2018 19:15:30 -0500 Subject: [PATCH] history update Signed-off-by: Kenneth Reitz --- .gitignore | 4 ++++ HISTORY.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 739fd3d3..1cd68ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ test_project Pipfile.lock /.vscode/ .idea + +/.pytest_cache/ + +/.env diff --git a/HISTORY.txt b/HISTORY.txt index 6f0f3a09..4e700f65 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 9.0.4: - Add --system flag to $ pipenv check. + - Removal of package name suggestions. 9.0.3: - v9.0.1. 9.0.2: