Skip to content

Commit

Permalink
Merge branch 'master' into release/3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushuk authored Mar 21, 2024
2 parents 4b11400 + 93a0288 commit 27c6483
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pip_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.1
3.5.1
1 change: 1 addition & 0 deletions pros/conductor/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def new_project(self, path: str, no_default_libs: bool = False, **kwargs) -> Pro

if not no_default_libs:
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

for library in libraries[proj.target]:
try:
# remove kernel version so that latest template satisfying query is correctly selected
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.1
3.5.1
2 changes: 1 addition & 1 deletion win_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.1.0
3.5.1.0

0 comments on commit 27c6483

Please sign in to comment.