diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-14 06:22:54 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-14 06:22:54 +0200 |
| commit | 50798d43898c7d46926a4292f86fdf3859a433da (patch) | |
| tree | 628cd9c4add6251c654fa4968ccd512ec5dc2549 /docs | |
| parent | 0a627dbe73dee6f5833221b6c67ecce7ebb2b223 (diff) | |
Added stub release notes for 2.2.13.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.13.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.2.13.txt b/docs/releases/2.2.13.txt new file mode 100644 index 0000000000..7fb6405ed5 --- /dev/null +++ b/docs/releases/2.2.13.txt @@ -0,0 +1,12 @@ +=========================== +Django 2.2.13 release notes +=========================== + +*Expected June 1, 2020* + +Django 2.2.13 fixes a bug in 2.2.12. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 4e337dcf7d..20c1318d95 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -53,6 +53,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.2.13 2.2.12 2.2.11 2.2.10 |
