3.13 release
diff --git a/CHANGES b/CHANGES
index acc8b7f..b1b1c8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
 
 For a complete changelog, see https://github.com/yaml/pyyaml/commits/
 
-3.13 (2018-07-02)
+3.13 (2018-07-05)
 -----------------
 
 * Rebuilt with the latest Cython to support the new Python 3.7 release.
diff --git a/setup.py b/setup.py
index 83a048f..902660c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 
 NAME = 'PyYAML'
-VERSION = '3.13rc1'
+VERSION = '3.13'
 DESCRIPTION = "YAML parser and emitter for Python"
 LONG_DESCRIPTION = """\
 YAML is a data serialization format designed for human readability