From 5945c3f5312606a2057f01e6552e86f07ea5e6c4 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sun, 20 Oct 2019 18:19:07 +0300 Subject: [PATCH] Update pip install command for 5.4.1 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b603826..ea89617 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Installation .. code-block:: bash - $ pip install django-localized-fields==5.4 + $ pip install django-localized-fields==5.4.1 2. Add ``localized_fields`` and ``django.contrib.postgres`` to your ``INSTALLED_APPS``: