diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-14 16:38:27 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-14 16:38:27 -0600 |
| commit | e727bbb38b356be94dec5caa3d74a452f7787db9 (patch) | |
| tree | 456d44c1e6356f8db4e2102a09efcdc0700226b7 /docs/source/release-notes | |
| parent | 7e7b1a3f231e3b104b05e6e330329f7e71701ab4 (diff) | |
| download | flake8-e727bbb38b356be94dec5caa3d74a452f7787db9.tar.gz | |
Release 3.2.03.2.0
Diffstat (limited to 'docs/source/release-notes')
| -rw-r--r-- | docs/source/release-notes/3.2.0.rst | 13 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.2.0.rst b/docs/source/release-notes/3.2.0.rst new file mode 100644 index 0000000..c360f64 --- /dev/null +++ b/docs/source/release-notes/3.2.0.rst @@ -0,0 +1,13 @@ +3.1.1 -- 2016-11-14 +------------------- + +You can view the `3.2.0 milestone`_ on GitLab for more details. + +- Allow for pycodestyle 2.2.0 which fixes a bug in E305 (See also + `GitLab#256`_) + +.. links +.. _3.2.0 milestone: + https://gitlab.com/pycqa/flake8/milestones/14 +.. _GitLab#256: + https://gitlab.com/pycqa/flake8/issues/256 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index b85924b..4bdbed3 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.2.0 3.1.1 3.1.0 3.0.4 |
