From 655c777961f67de7fd26f80a74ef087cc222efb3 Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Tue, 15 Jun 2021 07:09:38 -0700 Subject: [PATCH] Enable Release 5.2.0 (#855) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 862601db9..08d999ea7 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ MAJOR = 5 MINOR = 2 MICRO = 0 -PRERELEASE = "rc2" -IS_RELEASED = False +PRERELEASE = "" +IS_RELEASED = True # Templates for version strings. RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"