4.7.0 final (#255)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 475b792..262643e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Release 4.7.0 (???)
+# Release 4.7.0 (June 28, 2023)
 
 - This is expected to be the last feature release supporting Python 3.7,
   which reaches its end of life on June 27, 2023. Version 4.8.0 will support
diff --git a/pyproject.toml b/pyproject.toml
index f56332c..55b8499 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@
 # Project metadata
 [project]
 name = "typing_extensions"
-version = "4.7.0rc1"
+version = "4.7.0"
 description = "Backported and Experimental Type Hints for Python 3.7+"
 readme = "README.md"
 requires-python = ">=3.7"