From c32245b3d5cfdf7ab6a5eddb2dca2341f0bed362 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Thu, 10 Dec 2020 15:00:51 -0600 Subject: [PATCH] Set IS_RELEASED to True for prerelease 5.0.0rc1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0893c58cc..5d16ecd79 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,8 @@ MAJOR = 5 MINOR = 0 MICRO = 0 -PRERELEASE = "" -IS_RELEASED = False +PRERELEASE = "rc1" +IS_RELEASED = True # 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