diff --git a/Changelog b/Changelog
index 528a3e0aab73f77103bf73454ba5f9b77286ae91..3546e41fdd2a4c40f81ba1d3802bac073c0dbe07 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-Version 3.7.2, 2022-06-xx
+Version 3.7.2, 2022-07-04
 
   Fixes:
   * Fix password recovery link (#3168)
diff --git a/doc/conf.py b/doc/conf.py
index 9548667977ef9dfff28e32f18e9733515b0b4078..b4cc944549a9da51e78894716750c88ec07f8e34 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,7 +23,7 @@ import functools
 # built documents.
 #
 # The short X.Y version.
-version = '3.7.2dev1'
+version = '3.7.2'
 # The full version, including alpha/beta/rc tags.
 #release = '2.16dev5'
 release = version
diff --git a/setup.py b/setup.py
index a5e327d49cb2617efbe843d2c681db493cde4f7e..1aca61e5d35a45202766c62dfeaa1be04875c778 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ import stat
 import sys
 
 #VERSION = "2.1dev4"
-VERSION = "3.7.2dev1"
+VERSION = "3.7.2"
 
 # Taken from kennethreitz/requests/setup.py
 package_directory = os.path.realpath(os.path.dirname(__file__))