Skip to content

Commit 71e0c76

Browse files
committed
Move version to 18.8.0 + tag for py37
1 parent 2816891 commit 71e0c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pycodestyle
1111

1212

13-
__version__ = "18.2.0"
13+
__version__ = "18.8.0"
1414

1515
LOG = logging.getLogger("flake8.bugbear")
1616

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bdist_wheel]
2-
python-tag = py35.py36
2+
python-tag = py35.py36.py37
33

44
[flake8]
55
# Keep in sync with .flake8. This copy here is needed for source packages

0 commit comments

Comments
 (0)