summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-12 08:01:59 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-12 08:01:59 +0200
commit1a6f9f94ed7e2322f75cf1d4ca15254205c8a856 (patch)
tree141e267c58c61437212dfabb5dac160800d2f2c8 /README.rst
parent745311fad7d45c0721cf4ed1903b56057939726a (diff)
downloadruamel.yaml-1a6f9f94ed7e2322f75cf1d4ca15254205c8a856.tar.gz
add py.typed to distribution0.15.99
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 10 insertions, 2 deletions
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
+ <https://bitbucket.org/%7Bc9fbde69-e746-48f5-900d-34992b7860c8%7D/>`__
+ - 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