From 4e3b3146147f80b3347231823ae6da6ae4692a81 Mon Sep 17 00:00:00 2001 From: Jacob Wegner Date: Thu, 20 Aug 2020 11:17:53 -0500 Subject: [PATCH] fix up documentation formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5ee63..97bc7b8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ * [Supported Django and Python Versions](#supported-django-and-python-versions) * [Documentation](#documentation) * [Installation in Django >=3.1](#installation-in-django-31) - * [Installation in Django <3.1](#installation-in-django-31-1) + * [Installation in Django <3.1](#installation-in-django-31-1) * [Usage](#usage) * [Signals](#signals) * [Change Log](#change-log) @@ -178,7 +178,7 @@ was just logged. ## Change Log -### 5.1 +### 5.1.0 * Restore Django 2.2 and 3.0 support via [`django-jsonfield-backport`](https://github.com/laymonage/django-jsonfield-backport)