Skip to content

Commit 92384df

Browse files
committed
🚀 RELEASE: v0.6.1
1 parent ef5134f commit 92384df

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If you encounter any problems, please [file an issue](https://github.com/chrisjs
121121
- [nbdime](https://nbdime.readthedocs.io)
122122
- [nbval](https://github.com/computationalmodelling/nbval)
123123

124-
[ci-badge]: ttps://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
124+
[ci-badge]: https://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
125125
[ci-link]: https://github.com/chrisjsewell/pytest-notebook
126126
[cov-badge]:https://codecov.io/gh/chrisjsewell/pytest-notebook/branch/master/graph/badge.svg
127127
[cov-link]: https://codecov.io/gh/chrisjsewell/pytest-notebook

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v0.6.1 (2020-10-16)
5+
-------------------
6+
7+
🐛 Fixed compatibility with pytest version 6
8+
👌 Improved repository and documentation
49

510
v0.6.0 (2019-08-13)
611
-------------------

docs/source/user_guide/get_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The documentation can be created locally by:
6868
>> tox -e py37-docs-update
6969
```
7070

71-
[ci-badge]: ttps://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
71+
[ci-badge]: https://github.com/chrisjsewell/pytest-notebook/workflows/continuous-integration/badge.svg?branch=master
7272
[ci-link]: https://github.com/chrisjsewell/pytest-notebook
7373
[cov-badge]:https://codecov.io/gh/chrisjsewell/pytest-notebook/branch/master/graph/badge.svg
7474
[cov-link]: https://codecov.io/gh/chrisjsewell/pytest-notebook

pytest_notebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
33
A pytest plugin for testing Jupyter Notebooks.
44
"""
5-
__version__ = "0.6.0"
5+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)