diff options
| author | Tim Graham <timograham@gmail.com> | 2018-07-03 20:05:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-03 20:05:53 -0400 |
| commit | 2c3f19894695d6868a2c3ec5a6f097e432cc170e (patch) | |
| tree | c3eca0902ea19cc73cbd3732e22b20327954fe73 /docs | |
| parent | f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f (diff) | |
Added stub release notes for 2.0.8.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.8.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.0.8.txt b/docs/releases/2.0.8.txt new file mode 100644 index 0000000000..0e6e081443 --- /dev/null +++ b/docs/releases/2.0.8.txt @@ -0,0 +1,12 @@ +========================== +Django 2.0.8 release notes +========================== + +*Expected August 1, 2018* + +Django 2.0.8 fixes several bugs in 2.0.7. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 51185fefc5..2c97c6825c 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.0.8 2.0.7 2.0.6 2.0.5 |
