Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Jul 12, 2020
1 parent 93b85b6 commit b5870a1
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 @@ -69,7 +69,7 @@ There are two sources of global state when using pytest inside the notebook:

Note: development is tracked on the `develop` branch.

- `development`:
- `0.9.1`:
- Add `ipython` as an explicit dependency
- `0.9.0`:
- Add `Pytest>=5.4` to the requirements
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There are two sources of global state when using pytest inside the notebook:

Note: development is tracked on the `develop` branch.

- `development`:
- `0.9.1`:
- Add `ipython` as an explicit dependency
- `0.9.0`:
- Add `Pytest>=5.4` to the requirements
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.9.0",
version="0.9.1",
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 b5870a1

Please sign in to comment.