Skip to content

Commit

Permalink
Prepare the 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 30, 2021
1 parent ebf41f8 commit 9d61e08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Changes
=======

2.0.0 (2021-12-30)
------------------

* Drop support for Python 2.7 and 3.6, and add 3.10.
* Drop support for flake8 2.x versions.

1.2.0 (2020-10-12)
------------------

* Drop Python 3.5 support and add version 3.8. and 3.9.
* Drop Python 3.5 support and add versions 3.8 and 3.9.
* Minor documentation improvements.

1.1.4 (2017-07-29)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ that it has been loaded by inspecting the ``flake8 --version`` string.
.. code-block:: sh
$ flake8 --version
3.8.4 (author: 1.2.0, ...) CPython 3.8.6 on Darwin
4.0.1 (author: 2.0.0, ...) CPython 3.9.9 on Darwin
Error Codes
Expand All @@ -56,7 +56,7 @@ This extension adds three new `error codes`__ (using the ``A40`` prefix):
- ``A401``: ``__author__`` attributes are not allowed
- ``A402``: ``__author__`` attribute value does not match *pattern*

.. __: http://flake8.pycqa.org/en/latest/user/error-codes.html
__ http://flake8.pycqa.org/en/latest/user/error-codes.html

Configuration
-------------
Expand Down

0 comments on commit 9d61e08

Please sign in to comment.