summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-03-29 12:09:38 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-03-29 12:09:38 +0200
commit7ae746599f6f88be5a775f5e40a81525f40091f3 (patch)
tree32028342044fca6358a5f7d24af90f0fa723786d /README.rst
parent4966a9fda329d400a33da8f6c4288c7fa29f8917 (diff)
downloadruamel.yaml-7ae746599f6f88be5a775f5e40a81525f40091f3.tar.gz
add Python 3 only classifier0.17.1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9ea2f36..8cf2834 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.17.0
-:updated: 2021-03-26
+:version: 0.17.1
+:updated: 2021-03-29
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -65,7 +65,12 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+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/>`__)
+
0.17.0 (2021-03-26):
+ - removed because of incomplete classifiers
- this release no longer supports Python 2.7, most if not all Python 2
specific code is removed. The 0.17.x series is the last to support Python 3.5
(this also allowed for removal of the dependency on ``ruamel.std.pathlib``)