Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Jul 28, 2021
1 parent 87c1841 commit b9d8dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b9d8dff

Please sign in to comment.