Skip to content

Commit

Permalink
Bump version: 1.7.2 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burst committed Apr 1, 2024
1 parent 547f590 commit 2d351f8
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.7.2
current_version = 2.0.0
commit = True
tag = True

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

**Unreleased**

...

**2.0.0 - 2024-04-01**

* **BREAKING:** invert default values for `pytest-fixture-no-parentheses` and `pytest-mark-no-parentheses`
to conform with `pytest` official style
* If you get a lot of [PT001] or [PT023] violations after upgrading, consider setting explicit values
Expand Down
2 changes: 1 addition & 1 deletion flake8_pytest_style/plugin.py
Expand Up @@ -24,7 +24,7 @@
UnittestAssertionVisitor,
)

__version__ = '1.7.2'
__version__ = '2.0.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.7.2"
version = "2.0.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 2d351f8

Please sign in to comment.