diff options
| author | Matt Davis <mrd@redhat.com> | 2018-07-05 15:36:54 -0700 |
|---|---|---|
| committer | Matt Davis <mrd@redhat.com> | 2018-07-05 15:36:54 -0700 |
| commit | a2d481b8dbd2b352cb001f07091ccf669227290f (patch) | |
| tree | 429459eeb21893a3cfea006627968cedb7cb7fb9 | |
| parent | df47f5f18a247830419bae1d5b43b2bd77a1c0fd (diff) | |
| download | pyyaml-git-release/3.13.tar.gz | |
3.13 release3.13release/3.13
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. @@ -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 |
