Skip to content

Commit d721eaf

Browse files
committed
Increment version to 1.2.3
1 parent d859199 commit d721eaf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.3 (2016-05-12):
2+
- Fix TypeError when processing relative imports
3+
14
1.2.2 (2016-05-06):
25
- Avoid traceback when exception is del-ed in except
36

pyflakes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.2'
1+
__version__ = '1.2.3'

0 commit comments

Comments
 (0)