Skip to content

Commit

Permalink
🚀 RELEASE: v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 16, 2020
1 parent ef5134f commit 92384df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ If you encounter any problems, please [file an issue](https://github.com/chrisjs
- [nbdime](https://nbdime.readthedocs.io)
- [nbval](https://github.com/computationalmodelling/nbval)

[ci-badge]: ttps://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
[ci-badge]: https://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
[ci-link]: https://github.com/chrisjsewell/pytest-notebook
[cov-badge]:https://codecov.io/gh/chrisjsewell/pytest-notebook/branch/master/graph/badge.svg
[cov-link]: https://codecov.io/gh/chrisjsewell/pytest-notebook
Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v0.6.1 (2020-10-16)
-------------------

🐛 Fixed compatibility with pytest version 6
👌 Improved repository and documentation

v0.6.0 (2019-08-13)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The documentation can be created locally by:
>> tox -e py37-docs-update
```

[ci-badge]: ttps://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
[ci-badge]: https://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
[ci-link]: https://github.com/chrisjsewell/pytest-notebook
[cov-badge]:https://codecov.io/gh/chrisjsewell/pytest-notebook/branch/master/graph/badge.svg
[cov-link]: https://codecov.io/gh/chrisjsewell/pytest-notebook
Expand Down
2 changes: 1 addition & 1 deletion pytest_notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A pytest plugin for testing Jupyter Notebooks.
"""
__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 92384df

Please sign in to comment.