From e37df767f9ff4745ce5b38dd46156b33cea90852 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 15 Sep 2017 13:21:15 -0400 Subject: [PATCH] note about history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index 1bd750c0..44ce97de 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.1.2: + - Fixes for when a requirements.txt file contains an !. 7.1.1: - Fixes for windows (full compatibility restored — sorry!). - Catch if graph is being run outside of a project directory.