From 58927151b279ef723ac5ad0640b7cb026ad53501 Mon Sep 17 00:00:00 2001 From: Ayush Shukla <71904196+ayushuk@users.noreply.github.com> Date: Tue, 7 May 2024 18:10:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Backmerge=20master=20(#339)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update version numbers * 🐛 Fix default template selection #318 * Update version numbers * Update version numbers --------- Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> --- pip_version | 2 +- pros/conductor/conductor.py | 1 + version | 2 +- win_version | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pip_version b/pip_version index e5b82034..3c8ff8c3 100644 --- a/pip_version +++ b/pip_version @@ -1 +1 @@ -3.5.0 \ No newline at end of file +3.5.1 \ No newline at end of file diff --git a/pros/conductor/conductor.py b/pros/conductor/conductor.py index 6c8c7235..3a07f7e5 100644 --- a/pros/conductor/conductor.py +++ b/pros/conductor/conductor.py @@ -382,6 +382,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 diff --git a/version b/version index e5b82034..3c8ff8c3 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.5.0 \ No newline at end of file +3.5.1 \ No newline at end of file diff --git a/win_version b/win_version index ec9d2348..eebed617 100644 --- a/win_version +++ b/win_version @@ -1 +1 @@ -3.5.0.0 \ No newline at end of file +3.5.1.0 \ No newline at end of file