summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-24 09:31:37 -0700
committerAnthony Sottile <asottile@umich.edu>2021-03-24 09:31:37 -0700
commit95fe313ba5ca384041472cd171ea60fad910c207 (patch)
tree05fd7d8909f60249d119d59fef6297b10349bf7a
parent3de8e61202910033b1f8af96a1afcf8faabc37a0 (diff)
downloadpyflakes-95fe313ba5ca384041472cd171ea60fad910c207.tar.gz
Release 2.3.12.3.1
-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 3930cbe..3151935 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,3 +1,7 @@
+2.3.1 (2021-03-24)
+
+- Fix regression in 2.3.0: type annotations no longer redefine imports
+
2.3.0 (2021-03-14)
- Recognize tuple concatenation in ``__all__`` export definitions
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 8219039..1c4ddd3 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '2.3.0'
+__version__ = '2.3.1'