Skip to content

Commit

Permalink
Fix "PIP: Could not find a version that satisfies the requirement" // R…
Browse files Browse the repository at this point in the history
…esolve #102
  • Loading branch information
ivankravets committed Apr 27, 2018
1 parent ca20173 commit c634a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.14.2 (2018-04-??)

* Fixed "PIP: Could not find a version that satisfies the requirement" (issue [#102](https://github.com/platformio/platformio-vscode-ide/issues/102))

## 0.14.1 (2018-04-09)

* Temporary workaround for urgent VSCode bug in v1.22 with a broken task runner for Windows OS (issue [#97](https://github.com/platformio/platformio-vscode-ide/issues/97))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"dependencies": {
"fs-plus": "^3.0.0",
"ini": "^1.3.4",
"platformio-node-helpers": "^0.5.1"
"platformio-node-helpers": "^0.5.2"
},
"extensionDependencies": [
"ms-vscode.cpptools",
Expand Down

0 comments on commit c634a77

Please sign in to comment.