Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Sep 4, 2018
1 parent f0f016a commit b82aae5
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ ipytest = {editable = true, path = "."}
[dev-packages]
black = "==18.6b4"
invoke = "*"
wheel = "*"
twine = "*"

[requires]
python_version = "3.7"

[scripts]
package = "python setup.py bdist_wheel"
precommit = "invoke precommit"
format = "invoke format"
test = "invoke test"
76 changes: 75 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Installation: `pip install ipytest`

## Changes

- `0.3.0`: change default pattern for `clean_tests` to match pytest discovery
- `0.2.2`: add support for assert rewriting with current pytest versions
- `0.2.1`: add ipython magics to simplify test execution
- `0.2.0`: support for using pytest inside notebooks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def _read(fname):

setup(
name='ipytest',
version='0.2.2',
version='0.3.0',
description='Unit tests in IPython notebooks.',
long_description=_read("Readme.md"),
author='Christopher Prohm',
Expand Down

0 comments on commit b82aae5

Please sign in to comment.