mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
update version of Django, django-extensions and django-mailgun
This commit is contained in:
parent
fe49689dee
commit
9a2668b4f9
|
@ -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/).
|
||||
|
||||
## [2016-05-03]
|
||||
### Changed
|
||||
- Update version of Django, django-extensions, django-mailgun (@luzfcb)
|
||||
|
||||
### [2016-05-01]
|
||||
### Changed
|
||||
- Restored the Pycharm project configuration files, that was accidentally removed in [15f350f](https://github.com/pydanny/cookiecutter-django/commit/15f350f05e2b49b4bdff0bdaa2b2ff260606e0f6) (@luzfcb @Newton715)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ except ImportError:
|
|||
|
||||
# Our version ALWAYS matches the version of Django we support
|
||||
# If Django has a new release, we branch, tag, then update this setting after the tag.
|
||||
version = '1.9.4'
|
||||
version = '1.9.6'
|
||||
|
||||
if sys.argv[-1] == 'tag':
|
||||
os.system('git tag -a %s -m "version %s"' % (version, version))
|
||||
|
|
|
@ -7,7 +7,7 @@ wheel==0.29.0
|
|||
{%- endif %}
|
||||
|
||||
# Bleeding edge Django
|
||||
django==1.9.5
|
||||
django==1.9.6
|
||||
|
||||
# Configuration
|
||||
django-environ==0.4.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
coverage==4.0.3
|
||||
django_coverage_plugin==1.3
|
||||
Sphinx
|
||||
django-extensions==1.6.3
|
||||
django-extensions==1.6.6
|
||||
Werkzeug==0.11.9
|
||||
django-test-plus==1.0.12
|
||||
factory_boy==2.7.0
|
||||
|
|
|
@ -24,7 +24,7 @@ Collectfast==0.2.3
|
|||
|
||||
# Mailgun Support
|
||||
# ---------------
|
||||
django-mailgun==0.8.0
|
||||
django-mailgun==0.9.1
|
||||
|
||||
{% if cookiecutter.use_sentry == "y" -%}
|
||||
# Raven is the Sentry client
|
||||
|
|
Loading…
Reference in New Issue
Block a user