update requirements and changelog

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2016-05-13 00:13:17 -03:00
parent c7c1d0bfa1
commit 0601795f68
5 changed files with 12 additions and 4 deletions

View File

@ -2,6 +2,14 @@
All enhancements and patches to Cookiecutter Django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2016-05-13]
### Changed
- Update version of pyflakes to 1.2.3, django-extensions to 1.6.7 and gunicorn to 19.5.0 (@luzfcb)
- Update version of AngularJS to 1.5.5 (@luzfcb)
### Removed
- Remove Raven 404 catch middleware. Fix #367 (@pydanny)
## [2016-05-09]
### Changed
- Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao)

View File

@ -6,6 +6,6 @@ binaryornot==0.4.0
# Testing
pytest==2.9.1
pep8==1.7.0
pyflakes==1.2.2
pyflakes==1.2.3
tox==2.3.1
pytest-cookies==0.2.0

View File

@ -3,7 +3,7 @@
coverage==4.0.3
django_coverage_plugin==1.3
Sphinx
django-extensions==1.6.6
django-extensions==1.6.7
Werkzeug==0.11.9
django-test-plus==1.0.12
factory_boy==2.7.0

View File

@ -12,7 +12,7 @@ psycopg2==2.6.1
# WSGI Handler
# ------------------------------------------------
gevent==1.1.1
gunicorn==19.4.5
gunicorn==19.5.0
# Static and Media Storage
# ------------------------------------------------

View File

@ -24,7 +24,7 @@
{% endblock %}
{% endraw %}{% if cookiecutter.use_angular == "y" %}{% raw %}{% block angular %}
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
{% endblock %}{% endraw %}{% endif %}{% raw %}
</head>