From b9d8dff02fddafe0f9a1742b76cbac20d406994a Mon Sep 17 00:00:00 2001 From: Christopher Prohm Date: Wed, 28 Jul 2021 19:34:15 +0200 Subject: [PATCH] Release 0.11.0 --- Readme.in | 2 +- Readme.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.in b/Readme.in index ff9f338..5dd22f9 100644 --- a/Readme.in +++ b/Readme.in @@ -121,7 +121,7 @@ filename associated with the notebook. Note: development is tracked on the `develop` branch. -- `Development`: +- `0.11.0`: - Overwrite the program name in pytest error messages for incorrect arguments - Deprecate `%%run_pytest` and `%%run_pytest[clean]` in favor of `%%ipytest` - Force color pytest output by default by adding `--color=yes` to the diff --git a/Readme.md b/Readme.md index 3e35293..9aa8cf4 100644 --- a/Readme.md +++ b/Readme.md @@ -121,7 +121,7 @@ filename associated with the notebook. Note: development is tracked on the `develop` branch. -- `Development`: +- `0.11.0`: - Overwrite the program name in pytest error messages for incorrect arguments - Deprecate `%%run_pytest` and `%%run_pytest[clean]` in favor of `%%ipytest` - Force color pytest output by default by adding `--color=yes` to the diff --git a/setup.py b/setup.py index ffdbc33..d900bac 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="ipytest", - version="0.11.0b1", + version="0.11.0", description="Unit tests in IPython notebooks.", long_description=pathlib.Path("Readme.md").read_text(), long_description_content_type="text/markdown",