Skip to content

Commit

Permalink
v0.2.3 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Gorelli <m.gorelli@samsung.com>
  • Loading branch information
MarcoGorelli and Marco Gorelli committed Oct 6, 2020
1 parent 0cd49ae commit fcd4b64
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

0.2.3 (2020-10-06)
------------------

Output from third-party tools is more consistent with the path the user passes in. E.g.
if the user passes a relative path, the output will show a relative path, whilst if the
user passes an absolute path, the output will show an absolute path.
Users are also now encouraged to report bugs if there are errors parsing / reconstructing
notebooks.

0.2.2 (2020-10-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/pre-commit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and sort your imports using ``isort``, you could put the following in your ``.pr

repos:
- repo: 'https://github.com/nbQA-dev/nbQA'
rev: 0.2.2
rev: 0.2.3
hooks:
- id: nbqa
args:
Expand Down
2 changes: 1 addition & 1 deletion nbqa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Marco Gorelli"""
__email__ = "m.e.gorelli@gmail.com"
__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3

[flake8]
ignore = E203,E503,W503,W504
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/nbQA-dev/nbQA",
version="0.2.2",
version="0.2.3",
zip_safe=False,
)

0 comments on commit fcd4b64

Please sign in to comment.