diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-01 07:00:43 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-01 07:00:43 +0200 |
| commit | c2a835703f706583542e9dae82749ac3b92819f8 (patch) | |
| tree | cd340f33717531cbf7bd09cced15a62a13079bcd /docs | |
| parent | 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b (diff) | |
Added stub release notes for 3.0.9.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.9.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/3.0.9.txt b/docs/releases/3.0.9.txt new file mode 100644 index 0000000000..adc0f30b10 --- /dev/null +++ b/docs/releases/3.0.9.txt @@ -0,0 +1,12 @@ +========================== +Django 3.0.9 release notes +========================== + +*Expected August 3, 2020* + +Django 3.0.9 fixes several bugs in 3.0.8. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 6a5d46bc8c..e7f1517902 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 + 3.0.9 3.0.8 3.0.7 3.0.6 |
