We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c28a3 commit 29914fcCopy full SHA for 29914fc
.gitignore
@@ -2,5 +2,6 @@
2
*.egg-info
3
*.pyc
4
.tox
5
-dist
+/dist/
6
+/build/
7
docs/_build
NEWS.txt
@@ -1,4 +1,7 @@
1
-1.2.0 (2016-05-01):
+1.2.1 (2015-05-05):
+ - Fix false RedefinedWhileUnesed for submodule imports
+
+1.2.0 (2016-05-03):
- Warn against reusing exception names after the except: block on Python 3
- Improve the error messages for imports
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.0'
+__version__ = '1.2.1'
0 commit comments