summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-12-24 14:30:59 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-12-24 14:30:59 +0100
commit613279066c0a31e3df94047014e530c4095aeb8e (patch)
treeb4d3b158aa9a6535ae7e816d0f92c253e6c75ddf /README.rst
parentb3b16d923784da2209ff80e894c5751e398ad416 (diff)
downloadruamel.yaml-613279066c0a31e3df94047014e530c4095aeb8e.tar.gz
fix indent for empty seq/map0.17.18
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 68056d7..35a0129 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.17
-:updated: 2021-10-31
+:version: 0.17.18
+:updated: 2021-12-24
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -55,10 +55,10 @@ when the status of the API is stable enough to make the transition.
.. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge
:target: https://bestpractices.coreinfrastructure.org/projects/1128
-.. image:: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/_doc/_static/license.svg?format=raw
+.. image:: https://sourceforge.net/p/ruamel-yaml-base/code/ci/default/tree/_doc/_static/license.svg?format=raw
:target: https://opensource.org/licenses/MIT
-.. image:: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/_doc/_static/pypi.svg?format=raw
+.. image:: https://sourceforge.net/p/ruamel-yaml-base/code/ci/default/tree/_doc/_static/pypi.svg?format=raw
:target: https://pypi.org/project/ruamel.yaml/
.. image:: https://sourceforge.net/p/oitnb/code/ci/default/tree/_doc/_static/oitnb.svg?format=raw
@@ -72,9 +72,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
-NEXT:
+0.17.18 (2021-12-24):
- copy-paste error in folded scalar comment attachment (reported by `Stephan Geulette
<https://sourceforge.net/u/sgeulette/profile/>`__)
+ - fix 411, indent error comment between key empty seq value (reported by `Guillermo Julián
+ <https://sourceforge.net/u/gjulianm/profile/>`__)
0.17.17 (2021-10-31):
- extract timestamp matching/creation to util