mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Add changelog entries
This commit is contained in:
parent
04401f8080
commit
876309ad97
3 changed files with 12 additions and 3 deletions
|
|
@ -1,6 +1,14 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.1.1 - unreleased
|
||||
------------------
|
||||
|
||||
- Fix Git and Mercurial hooks, issues #88 and #133
|
||||
- Fix crashes with Python 3.4 by upgrading dependencies
|
||||
- Fix traceback when running tests with Python 2.6
|
||||
|
||||
|
||||
2.1.0 - 2013-10-26
|
||||
------------------
|
||||
|
||||
|
|
@ -14,6 +22,7 @@ CHANGES
|
|||
- Ignore .tox directories by default
|
||||
- Flake8 now reports the column number for PyFlakes messages
|
||||
|
||||
|
||||
2.0.0 - 2013-02-23
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.1.0'
|
||||
__version__ = '2.1.1a1'
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -36,8 +36,8 @@ setup(
|
|||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.7.3",
|
||||
"pep8 >= 1.4.6",
|
||||
"pyflakes >= 0.8.1",
|
||||
"pep8 >= 1.5.1",
|
||||
"mccabe >= 0.2.1",
|
||||
],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue