From c148ee0d078962439fbdf531728ffa1bd62c3ec7 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Thu, 10 Jun 2021 09:41:26 -0500 Subject: [PATCH 1/2] flip IS_RELEASED back to false for continued development --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5def5ab0e..2e0393bd6 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,8 @@ MAJOR = 5 MINOR = 0 MICRO = 0 -PRERELEASE = "rc2" -IS_RELEASED = True +PRERELEASE = "" +IS_RELEASED = False # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the From 6682b0c054f573a977880aff1c96f4446e15425c Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Thu, 10 Jun 2021 09:44:58 -0500 Subject: [PATCH 2/2] Update setup.py Co-authored-by: Poruri Sai Rahul --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e0393bd6..e8e834f57 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ MAJOR = 5 MINOR = 0 MICRO = 0 -PRERELEASE = "" +PRERELEASE = "rc3" IS_RELEASED = False # If this file is part of a Git export (for example created with "git archive",