Skip to content

Commit 27c6483

Browse files
authored
Merge branch 'master' into release/3.5.1
2 parents 4b11400 + 93a0288 commit 27c6483

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

pip_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.1

pros/conductor/conductor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ def new_project(self, path: str, no_default_libs: bool = False, **kwargs) -> Pro
396396

397397
if not no_default_libs:
398398
libraries = self.early_access_libraries if proj.use_early_access and (kwargs.get("version", ">").startswith("4") or kwargs.get("version", ">").startswith(">")) else self.default_libraries
399+
399400
for library in libraries[proj.target]:
400401
try:
401402
# remove kernel version so that latest template satisfying query is correctly selected

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.1

win_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1.0
1+
3.5.1.0

0 commit comments

Comments
 (0)