Skip to content

Commit

Permalink
Dependencies: Note dateutil bump in changelog, upgrade guide and add …
Browse files Browse the repository at this point in the history
…to scaffold requirements
  • Loading branch information
davidmiller committed Nov 5, 2018
1 parent f03a542 commit 97f0968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -107,7 +107,7 @@ including the `reopen_episode_modal.html` template and the url/view at `template

* Letter: 0.4.1 -> 0.5
* Requests: 2.18.4 -> 2.20.0

* Python Dateutil: 2.4.2 -> 2.7.5

### 0.12.0 (Major Release)

Expand Down
1 change: 1 addition & 0 deletions doc/docs/reference/upgrading.md
Expand Up @@ -17,6 +17,7 @@ you have specified them in for instance, a requirements.txt.
# requirements.txt
opal==0.10.0
letter==0.5
python-dateutil==2.7.5
requests=2.20.0

#### Free text or foreign key fields are now, by default case insensitive
Expand Down
2 changes: 1 addition & 1 deletion opal/scaffolding/scaffold/requirements.txt.jinja2
Expand Up @@ -13,7 +13,7 @@ letter==0.5
requests==2.20.0
djangorestframework==3.4.7
django-compressor==2.2
python-dateutil==2.4.2
python-dateutil==2.7.5
django-celery==3.2.2
celery==3.1.25
opal=={{version}}

0 comments on commit 97f0968

Please sign in to comment.