summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2019-07-13 15:39:31 -0700
committerPhil Frost <indigo@bitglue.com>2019-07-13 15:39:31 -0700
commit8545604e73feb75fc4ec5668e4a1bbc11771fa6a (patch)
tree465e6c838a8a363d598b9dc5d9f992a1e988ff14
parent2136e1e9f4559930114c82ba316daada7d31836a (diff)
parent6501af45203dfa3e2d422cfb3ebbecff853db47f (diff)
downloadpyflakes-8545604e73feb75fc4ec5668e4a1bbc11771fa6a.tar.gz
Merge tag '2.1.1'
Forgot to push this to master. Whoops.
-rw-r--r--NEWS.rst4
-rw-r--r--pyflakes/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 8bf9023..993a545 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,3 +1,7 @@
+2.1.1 (2019-02-28)
+- Fix reported line number for type comment errors
+- Fix typing.overload check to only check imported names
+
2.1.0 (2019-01-23)
- Allow intentional assignment to variables named ``_``
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index a33997d..55fa725 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '2.1.0'
+__version__ = '2.1.1'