Skip to content

Commit 29914fc

Browse files
committed
Increment version to 1.2.1
1 parent 45c28a3 commit 29914fc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
*.egg-info
33
*.pyc
44
.tox
5-
dist
5+
/dist/
6+
/build/
67
docs/_build

NEWS.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1.2.0 (2016-05-01):
1+
1.2.1 (2015-05-05):
2+
- Fix false RedefinedWhileUnesed for submodule imports
3+
4+
1.2.0 (2016-05-03):
25
- Warn against reusing exception names after the except: block on Python 3
36
- Improve the error messages for imports
47

pyflakes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)