summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-11-24 11:52:40 -0500
committerAnthony Sottile <asottile@umich.edu>2022-11-24 11:52:40 -0500
commitb37f91a1ae25cfc242d5043985b05159e152091a (patch)
tree91671f18ee4872dc7af97ed62f91524268e36ae4
parente0d7a6be89591f913beb740af348df8b7723e7a4 (diff)
downloadpyflakes-b37f91a1ae25cfc242d5043985b05159e152091a.tar.gz
Release 3.0.13.0.1
-rw-r--r--NEWS.rst4
-rw-r--r--pyflakes/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index ae6ebb8..6c6d414 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,3 +1,7 @@
+3.0.1 (2022-11-24)
+
+- Fix crash on augmented assign to ``print`` builtin
+
3.0.0 (2022-11-23)
- Detect undefined name in variable defined by an annotated assignment
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 4eb28e3..b7a5531 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '3.0.0'
+__version__ = '3.0.1'