Skip to content

Commit

Permalink
Increment version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitglue committed May 12, 2016
1 parent d859199 commit d721eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.3 (2016-05-12):
- Fix TypeError when processing relative imports

1.2.2 (2016-05-06):
- Avoid traceback when exception is del-ed in except

Expand Down
2 changes: 1 addition & 1 deletion pyflakes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.2'
__version__ = '1.2.3'

0 comments on commit d721eaf

Please sign in to comment.