Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burst committed Apr 17, 2020
1 parent 7008a10 commit f1a97de
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.1.0
current_version = 1.1.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 @@ -156,6 +156,10 @@ MIT

**Unreleased**

...

**1.1.1 - 2020-04-17**

* fix `PT011` not reporting `match=''` as a violation

**1.1.0 - 2020-04-14**
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 @@ -23,7 +23,7 @@
UnittestAssertionVisitor,
)

__version__ = '1.1.0'
__version__ = '1.1.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.1.0"
version = "1.1.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 f1a97de

Please sign in to comment.