Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burst committed Mar 13, 2021
1 parent 914abca commit 362fc8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.4.0
commit = True
tag = True

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,10 @@ MIT

**Unreleased**

...

**1.4.0 - 2021-03-14**

* add [PT023] (checks for parentheses consistency in `pytest.mark` usage)
* add [PT024] (checks for unnecessary `pytest.mark.asyncio` on fixtures)
* fix [PT004], [PT005] firing on abstract fixtures
Expand Down
2 changes: 1 addition & 1 deletion flake8_pytest_style/plugin.py
Expand Up @@ -24,7 +24,7 @@
UnittestAssertionVisitor,
)

__version__ = '1.3.0'
__version__ = '1.4.0'


class PytestStylePlugin(Plugin[Config]):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flake8-pytest-style"
version = "1.3.0"
version = "1.4.0"
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
authors = ["Mikhail Burshteyn <mdburshteyn@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 362fc8c

Please sign in to comment.