From bb03034dec710da7eec45841020bac5f844ce70f Mon Sep 17 00:00:00 2001 From: jab Date: Mon, 7 Sep 2020 14:41:36 +0000 Subject: [PATCH] Prepare for v0.21.1 release. --- .gitignore | 2 ++ CHANGELOG.rst | 7 +++++++ docs/thanks.rst | 2 ++ 3 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index d12e5f07..00db54f2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ __pycache__ _build bidict.egg-info bidict/_version.py +build coverage.xml +dist htmlcov pip-wheel-metadata diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10e29612..ac252013 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,6 +24,13 @@ Tip: Subscribe to releases to be notified when new versions of ``bidict`` are released. +0.21.1 (2020-09-07) +------------------- + +- Include `py.typed `__ + file to mark :mod:`bidict` as type hinted. + + 0.21.0 (2020-08-22) ------------------- diff --git a/docs/thanks.rst b/docs/thanks.rst index 5edf47fd..be044cf0 100644 --- a/docs/thanks.rst +++ b/docs/thanks.rst @@ -31,6 +31,8 @@ People - Jozef Knaperek for the bugfix. +- Igor Nehoroshev for contributing the py.typed marker. + - Bernát Gábor for pyproject.toml support. - Muhammad Faisal for the