Skip to content

Commit 655c777

Browse files
authored
Enable Release 5.2.0 (#855)
1 parent 3552158 commit 655c777

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
MAJOR = 5
2525
MINOR = 2
2626
MICRO = 0
27-
PRERELEASE = "rc2"
28-
IS_RELEASED = False
27+
PRERELEASE = ""
28+
IS_RELEASED = True
2929

3030
# Templates for version strings.
3131
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"

0 commit comments

Comments
 (0)