Skip to content

Commit

Permalink
🔀 Backmerge master (#322)
Browse files Browse the repository at this point in the history
* Update version numbers

* 🐛 Fix default template selection #318

* Update version numbers

---------

Co-authored-by: BennyBot <[email protected]>
  • Loading branch information
ayushuk and BennyBot authored Jan 26, 2024
1 parent 246a884 commit 191b408
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pip_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.3
3.5.0
2 changes: 1 addition & 1 deletion pros/conductor/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def new_project(self, path: str, no_default_libs: bool = False, **kwargs) -> Pro
proj.save()

if not no_default_libs:
libraries = self.early_access_libraries if self.use_early_access else self.default_libraries
libraries = self.early_access_libraries if self.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.4.3
3.5.0
2 changes: 1 addition & 1 deletion win_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.3.0
3.5.0.0

0 comments on commit 191b408

Please sign in to comment.