mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-15 07:53:09 +00:00
update django-extensions to 1.5.8
This commit is contained in:
parent
ea9dec49d7
commit
8c05e0140b
2 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [2015-11-05]
|
||||
### Changed
|
||||
- Update version of django-extensions (@luzfcb)
|
||||
|
||||
## [2015-11-04]
|
||||
### Changed
|
||||
- Update version of Django, cookiecutter, celery, coverage, django-mailgun, django-redis, factory_boy, flake8, pytest and pytz (@luzfcb)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-r base.txt
|
||||
coverage==4.0.2
|
||||
Sphinx
|
||||
django-extensions==1.5.7
|
||||
django-extensions==1.5.8
|
||||
Werkzeug==0.10.4
|
||||
django-test-plus==1.0.9
|
||||
factory_boy==2.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue