From 94e393593931509e8301d51d7aefac9a4b1b3043 Mon Sep 17 00:00:00 2001
From: Mark Rousskov <mark.simulacrum@gmail.com>
Date: Tue, 12 Sep 2023 10:46:14 -0400
Subject: [PATCH] 1.72.1 release

---
 RELEASES.md | 10 ++++++++++
 src/version |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/RELEASES.md b/RELEASES.md
index a6db2c5e9e99c..85570c9ac73ef 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,13 @@
+Version 1.72.1 (2023-09-14)
+===========================
+
+- [Adjust codegen change to improve LLVM codegen](https://github.com/rust-lang/rust/pull/115236)
+- [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276)
+- [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948)
+- Resolve some ICE regressions in the compiler:
+  - [#115215](https://github.com/rust-lang/rust/pull/115215)
+  - [#115559](https://github.com/rust-lang/rust/pull/115559)
+
 Version 1.72.0 (2023-08-24)
 ==========================
 
diff --git a/src/version b/src/version
index 0834888f55808..22d6771a47d93 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-1.72.0
+1.72.1