Skip to content

Commit

Permalink
Add commit to demonstrate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Aug 8, 2019
1 parent 5a1b97d commit 8462580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__version__ = "19.3.dev0"
# To force briefcase upgrade this (briefcase needs >=18.0)
__version__ = "17.0"
1 change: 1 addition & 0 deletions src/pip/_internal/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,7 @@ def protect_pip_from_modification_on_windows(modifying_pip):
python -m pip ...
"""
pip_names = [
"pip",
"pip.exe",
"pip{}.exe".format(sys.version_info[0]),
"pip{}.{}.exe".format(*sys.version_info[:2])
Expand Down

0 comments on commit 8462580

Please sign in to comment.