Skip to content

Commit

Permalink
V0.2.1 (#275)
Browse files Browse the repository at this point in the history
* v0.2.1

* changelog entry

* order of changelog
  • Loading branch information
MarcoGorelli committed Sep 27, 2020
1 parent 14fcc2c commit e23f3c2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ here\'s an example of what you could add to your

```yaml
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.2.0
rev: 0.2.1
hooks:
- id: nbqa
args: ["flake8"]
Expand Down
6 changes: 6 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

0.2.1 (2020-09-27)
------------------

Fix bug in which cells with trailing semicolons followed by empty newlines were having semicolons added to the newline.
Added support for ``pyupgrade``.

0.2.0 (2020-09-26)
------------------

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.0"
__version__ = "0.2.1"
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.0
current_version = 0.2.1

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

0 comments on commit e23f3c2

Please sign in to comment.