Release 0.13.9
diff --git a/Cargo.toml b/Cargo.toml
index 04e5c52..584456c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "syn"
-version = "0.13.8" # don't forget to update html_root_url
+version = "0.13.9" # don't forget to update html_root_url
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "Nom parser for Rust source code"
diff --git a/src/lib.rs b/src/lib.rs
index e718b7e..3b24cef 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -258,7 +258,7 @@
 //!   dynamic library libproc_macro from rustc toolchain.
 
 // Syn types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/syn/0.13.8")]
+#![doc(html_root_url = "https://docs.rs/syn/0.13.9")]
 #![cfg_attr(
     feature = "cargo-clippy",
     allow(