summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.txt3
-rw-r--r--pyflakes/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 57c68d7..8396109 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 923b987..5a5df3b 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.2'
+__version__ = '1.2.3'