summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-09-03 20:40:51 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-09-03 20:40:51 +0200
commit53a39bcc144e46221caee39f49cd753f956b0657 (patch)
treeb45181ad4864f66157be031648da1bfa2e4baab5 /README.rst
parentb3acb5b97d8cd60064c6bfd0d7921e4f96c185c8 (diff)
downloadruamel.yaml-53a39bcc144e46221caee39f49cd753f956b0657.tar.gz
udpate setup.py to workaround issue in setuptools0.16.11
https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
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 2a99cb9..0ff1188 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.10
-:updated: 2020-02-12
+:version: 0.16.11
+:updated: 2020-09-03
: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.11 (2020-09-03):
+ - workaround issue with setuptools 0.50 and importing pip ( fix by jaraco
+ https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580 )
+
0.16.10 (2020-02-12):
- (auto) updated image references in README to sourceforge