From 85e3edd7ff42027a7295ed17d98eac233e9dddf0 Mon Sep 17 00:00:00 2001 From: Tymur Maryokhin Date: Fri, 7 Aug 2015 00:17:57 +0200 Subject: [PATCH] Update README and docs with 3.2 release --- README.md | 9 ++++++--- docs/index.md | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d7a3a959..784b54c0c 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Full documentation for the project is available at [http://www.django-rest-frame --- -**Note**: We have now released Django REST framework 3.1. For older codebases you may want to refer to the version 2.4.4 [source code](https://github.com/tomchristie/django-rest-framework/tree/version-2.4.x), and [documentation](http://tomchristie.github.io/rest-framework-2-docs/). +**Note**: We have now released Django REST framework 3.2. For older codebases you may want to refer to the version 2.4.4 [source code][2.4-code], and [documentation][2.4-docs]. -For more details see the [3.1 release notes][3.1-announcement] +For more details see the 3.2 [announcement][3.2-announcement] and [release notes][3.2-release-notes]. --- @@ -182,4 +182,7 @@ Send a description of the issue via email to [rest-framework-security@googlegrou [docs]: http://www.django-rest-framework.org/ [security-mail]: mailto:rest-framework-security@googlegroups.com -[3.1-announcement]: http://www.django-rest-framework.org/topics/3.1-announcement/ +[2.4-code]: https://github.com/tomchristie/django-rest-framework/tree/version-2.4.x +[2.4-docs]: http://tomchristie.github.io/rest-framework-2-docs/ +[3.2-announcement]: http://www.django-rest-framework.org/topics/3.2-announcement/ +[3.2-release-notes]: http://www.django-rest-framework.org/topics/release-notes/#32x-series diff --git a/docs/index.md b/docs/index.md index ec15e43dc..37f192094 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,9 +12,9 @@ --- -**Note**: This is the documentation for the **version 3.1** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available. +**Note**: This is the documentation for the **version 3.2** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available. -For more details see the [3.1 release notes][3.1-announcement]. +For more details see the 3.2 [announcement][3.2-announcement] and [release notes][release-notes]. ---