diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-01 22:01:48 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-01 22:15:06 -0400 |
| commit | 30038300085b21fc1a8afe54a1c6e9eebbd6db47 (patch) | |
| tree | 865656938c1102757c87cba8e679a3a2f1c76fac /docs | |
| parent | 8ecf3c752ddfed2edddaacd24345ebf474a5f7c1 (diff) | |
[2.0.x] Added stub release notes for 2.0.6.
Backport of c02953ebbce805427a08985e674a3d4457ca1be8 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.6.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.0.6.txt b/docs/releases/2.0.6.txt new file mode 100644 index 0000000000..659c3533e7 --- /dev/null +++ b/docs/releases/2.0.6.txt @@ -0,0 +1,12 @@ +========================== +Django 2.0.6 release notes +========================== + +*Expected June 1, 2018* + +Django 2.0.6 fixes several bugs in 2.0.5. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 02e2e91037..e9eadf0db5 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.0.6 2.0.5 2.0.4 2.0.3 |
