diff options
| author | Tim Graham <timograham@gmail.com> | 2018-03-06 13:25:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-03-06 13:25:20 -0500 |
| commit | f0d6f01fbe171f4599fd13e34ccff0a5af653e90 (patch) | |
| tree | 1e0d14fc2f460be099d2b658a500728c2bae66f3 /docs | |
| parent | 5bbbdd26d1ea4f3bb164ad64b0d0d458d8bfdd02 (diff) | |
Added stub release notes for 2.0.4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.4.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt new file mode 100644 index 0000000000..dcfcc42f47 --- /dev/null +++ b/docs/releases/2.0.4.txt @@ -0,0 +1,12 @@ +========================== +Django 2.0.4 release notes +========================== + +*Expected April 2, 2018* + +Django 2.0.4 fixes several bugs in 2.0.3. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 283f8e1f44..28da9b6c6e 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.4 2.0.3 2.0.2 2.0.1 |
