summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2018-07-05 15:36:54 -0700
committerMatt Davis <mrd@redhat.com>2018-07-05 15:36:54 -0700
commita2d481b8dbd2b352cb001f07091ccf669227290f (patch)
tree429459eeb21893a3cfea006627968cedb7cb7fb9
parentdf47f5f18a247830419bae1d5b43b2bd77a1c0fd (diff)
downloadpyyaml-git-release/3.13.tar.gz
3.13 release3.13release/3.13
-rw-r--r--CHANGES2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
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