From c28d51a61a8d53f89b7094ac331b37d3362dbf0b Mon Sep 17 00:00:00 2001 From: magicaljellybeans Date: Wed, 20 Oct 2021 12:06:28 +0100 Subject: [PATCH] Update setup.py and correct info info in README --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 715d771..0766734 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wagtail NHS.UK frontend -A wagtail implementation of the [NHS frontend v5.1.0](https://github.com/nhsuk/nhsuk-frontend) standard components. +A wagtail implementation of the [NHS frontend v5.2.0](https://github.com/nhsuk/nhsuk-frontend) standard components. ## Installation diff --git a/setup.py b/setup.py index 06a8e80..a694b88 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="wagtail-nhsuk-frontend", - version="1.2.0", + version="1.2.1", description="NHSUK Frontend Styles for Wagtail", author="Mike Monteith", author_email="",