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:01:48 -0400 |
| commit | c02953ebbce805427a08985e674a3d4457ca1be8 (patch) | |
| tree | 23a2dd00d6500ed645fedc0a606c05f76ee8bde5 /docs | |
| parent | 6e6efc6c397fe1dabf83ebaacb39b793ae32c4dd (diff) | |
Added stub release notes for 2.0.6.
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 376ebd6a42..05d1a08bf8 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -32,6 +32,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 |
