Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burst committed Nov 5, 2021
1 parent a7a4e3a commit 0f02804
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.5.1
commit = True
tag = True

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ MIT

**Unreleased**

...

**1.5.1 - 2021-11-05**

* better wording for [PT011]
* support Python 3.10

Expand Down
2 changes: 1 addition & 1 deletion flake8_pytest_style/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
UnittestAssertionVisitor,
)

__version__ = '1.5.0'
__version__ = '1.5.1'


class PytestStylePlugin(Plugin[Config]):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flake8-pytest-style"
version = "1.5.0"
version = "1.5.1"
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 0f02804

Please sign in to comment.