summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-02-11 17:44:00 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-02-11 17:44:00 +0100
commitf0c0ec5911fc800cd1b650c6366fded26838afde (patch)
treef03b7c0a918cd29a684c5161bdebd83b7d6f90f6 /README.rst
parent3902a11f81f8b46444f60122657c53eaec3bdba7 (diff)
downloadruamel.yaml-f0c0ec5911fc800cd1b650c6366fded26838afde.tar.gz
allow C extension install for Python 3.80.16.8
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d2e62f0..3878f28 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.16.7
-:updated: 2020-01-30
+:version: 0.16.8
+:updated: 2020-02-11
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/yaml
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.16.8 (2020-02-11):
+ - update requirements so that ruamel.yaml.clib is installed for 3.8,
+ as it has become available (via manylinux builds)
+
0.16.7 (2020-01-30):
- fix typchecking issue on TaggedScalar (reported by Jens Nielsen)
- fix error in dumping literal scalar in sequence with comments before element