summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-03-29 12:33:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-03-29 12:33:03 +0200
commita67935b4ecee316e9bf6defdf87a3677a484c477 (patch)
treecdbb4c501eefd8bd04134e819c45892a8bccb89a /README.rst
parent26ec681180942dd7bf33a7382f6745fbe0167e1c (diff)
downloadruamel.yaml-a67935b4ecee316e9bf6defdf87a3677a484c477.tar.gz
change py2.py3 wheel to py3 only wheel0.17.2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8cf2834..a1d8720 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.17.1
+:version: 0.17.2
:updated: 2021-03-29
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
@@ -65,6 +65,9 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.2 (2021-03-29):
+ - change -py2.py3-none-any.whl to -py3-none-any.whl, and remove 0.17.1
+
0.17.1 (2021-03-29):
- added 'Programming Language :: Python :: 3 :: Only', and removing
0.17.0 from PyPI (reported by `Alasdair Nicol <https://sourceforge.net/u/alasdairnicol/>`__)