mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
update version of pyflakes
This commit is contained in:
parent
2b878fcf36
commit
d79e09d0e2
|
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
### Changed
|
### Changed
|
||||||
- Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao)
|
- Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao)
|
||||||
- Replaced all `readthedocs.org` referencies to point to the new domain `readthedocs.io` (@luzfcb)
|
- Replaced all `readthedocs.org` referencies to point to the new domain `readthedocs.io` (@luzfcb)
|
||||||
|
- Update version of pyflakes (@luzfcb)
|
||||||
|
|
||||||
## [2016-05-08]
|
## [2016-05-08]
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -6,6 +6,6 @@ binaryornot==0.4.0
|
||||||
# Testing
|
# Testing
|
||||||
pytest==2.9.1
|
pytest==2.9.1
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
pyflakes==1.2.1
|
pyflakes==1.2.2
|
||||||
tox==2.3.1
|
tox==2.3.1
|
||||||
pytest-cookies==0.2.0
|
pytest-cookies==0.2.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user