From 1a6f9f94ed7e2322f75cf1d4ca15254205c8a856 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 12 Jul 2019 08:01:59 +0200 Subject: add py.typed to distribution --- README.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0d739ee..bc7c83c 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.15.98 -:updated: 2019-07-09 +:version: 0.15.99 +:updated: 2019-07-12 :documentation: http://yaml.readthedocs.io :repository: https://bitbucket.org/ruamel/yaml :pypi: https://pypi.org/project/ruamel.yaml/ @@ -54,6 +54,14 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) +0.15.99 (2019-07-12): + - add `py.typed` to distribution, based on a PR submitted by + `Michael Crusoe + `__ + - merge PR 40 (also by Michael Crusoe) to more accurately specify + repository in the README (also reported in a misunderstood issue + some time ago) + 0.15.98 (2019-07-09): - regenerate ext/_ruamel_yaml.c with Cython version 0.29.12, needed for Python 3.8.0b2 (reported by `John Vandenberg -- cgit v1.2.1