summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-30 19:55:58 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-30 19:55:58 -0800
commitee7081c8cea838fe57110f23899234e373988bec (patch)
treea65bfb53ba9b93c80ee72f23a62972591596d549 /docs/source
parent9269987ccaaae4b6c5fe1295125e36a711525664 (diff)
downloadflake8-ee7081c8cea838fe57110f23899234e373988bec.tar.gz
Release 3.7.33.7.3
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.7.3.rst43
-rw-r--r--docs/source/release-notes/index.rst1
2 files changed, 44 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.7.3.rst b/docs/source/release-notes/3.7.3.rst
new file mode 100644
index 0000000..1db1d8f
--- /dev/null
+++ b/docs/source/release-notes/3.7.3.rst
@@ -0,0 +1,43 @@
+3.7.3 -- 2019-01-30
+-------------------
+
+You can view the `3.7.3 milestone`_ on GitLab for more details.
+
+Bugs Fixed
+~~~~~~~~~~
+
+- Fix imports of ``typing`` in python 3.5.0 / 3.5.1 (See also `GitLab!294`_,
+ `GitLab#498`_)
+
+- Fix ``flake8 --statistics`` (See also `GitLab!295`_, `GitLab#499`_)
+
+- Gracefully ignore ``flake8-per-file-ignores`` plugin if installed (See also
+ `GitLab!297`_, `GitLab#495`_)
+
+- Improve error message for malformed ``per-file-ignores`` (See also
+ `GitLab!298`_, `GitLab#489`_)
+
+
+.. all links
+.. _3.7.3 milestone:
+ https://gitlab.com/pycqa/flake8/milestones/26
+
+.. issue links
+.. _GitLab#489:
+ https://gitlab.com/pycqa/flake8/issues/489
+.. _GitLab#495:
+ https://gitlab.com/pycqa/flake8/issues/495
+.. _GitLab#498:
+ https://gitlab.com/pycqa/flake8/issues/498
+.. _GitLab#499:
+ https://gitlab.com/pycqa/flake8/issues/499
+
+.. merge request links
+.. _GitLab!294:
+ https://gitlab.com/pycqa/flake8/merge_requests/294
+.. _GitLab!295:
+ https://gitlab.com/pycqa/flake8/merge_requests/295
+.. _GitLab!297:
+ https://gitlab.com/pycqa/flake8/merge_requests/297
+.. _GitLab!298:
+ https://gitlab.com/pycqa/flake8/merge_requests/298
diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst
index 3cb18e9..0e77453 100644
--- a/docs/source/release-notes/index.rst
+++ b/docs/source/release-notes/index.rst
@@ -9,6 +9,7 @@ with the newest releases first.
==================
.. toctree::
+ 3.7.3
3.7.2
3.7.1
3.7.0