From 69133715e4ca8c9ba66ac3b666b1178cce97a049 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 21 Oct 2009 15:05:17 -0400 Subject: [PATCH] belatedly add news entry for issue #8 fix --- docs/news.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/news.txt b/docs/news.txt index 57b3cef29..a6af349e0 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -10,6 +10,9 @@ tip * Allow packages to be upgraded, e.g., ``pip install Package==0.1`` then ``pip install Package==0.2``. +* Allow installing/upgrading to Package==dev (fix "Source version does not + match target version" errors). + * Fixed a bug with pip install --download and editable packages, where directories were being set with 0000 permissions, now defaults to 755. -- GitLab