From 8c4c20a32df86392f6975421349e65f7ee60183b Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Thu, 13 Jul 2017 10:45:17 +0100 Subject: [PATCH] v0.22.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the Django package – ensure setuptools uses the MANIFEST.in by setting the include_package_data flag to True, and fix a broken download link. --- CHANGELOG.md | 4 ++++ lib/govuk_template/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c54672..a56f1288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.22.3 + +- Fix the Django package – ensure setuptools uses the MANIFEST.in by setting the include_package_data flag to True, and fix a broken download link ([PR #319](https://github.com/alphagov/govuk_template/pull/319)). + # 0.22.2 - Revert ([PR #281](https://github.com/alphagov/govuk_template/pull/281)) add `text-decoration-skip: ink` to all links on GOV.UK. Chrome does a poor job of rendering underlines resulting in potentially confusing underlines that look like punctuation ([PR #316](https://github.com/alphagov/govuk_template/pull/316)). diff --git a/lib/govuk_template/version.rb b/lib/govuk_template/version.rb index 758cbb77..ad79b7e0 100644 --- a/lib/govuk_template/version.rb +++ b/lib/govuk_template/version.rb @@ -1,3 +1,3 @@ module GovukTemplate - VERSION = "0.22.2" + VERSION = "0.22.3" end