summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Frost <indigo@bitglue.com>2016-05-12 14:29:35 -0400
committerPhil Frost <indigo@bitglue.com>2016-05-12 14:30:48 -0400
commitd721eaf58cc2fc13f3199a3f358db7250e49983b (patch)
tree8d4336054ad91e808b8e501cfe8aed913e313c0e
parentd8591997d9718f482f7f1d39f2bf1aa0e4a5ab92 (diff)
downloadpyflakes-d721eaf58cc2fc13f3199a3f358db7250e49983b.tar.gz
Increment version to 1.2.31.2.3
-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'