Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Dec 8, 2021
1 parent 60dcc72 commit 1717ef5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/LandRegistry/govuk-frontend-wtf/compare/1.2.0..main)
## [Unreleased](https://github.com/LandRegistry/govuk-frontend-wtf/compare/1.2.1..main)

## [1.2.1](https://github.com/LandRegistry/govuk-frontend-wtf/releases/tag/1.2.1) - 08/12/2021

### Fixed

From [#38](https://github.com/LandRegistry/govuk-frontend-wtf/pull/38), thanks to [Dale Potter](https://github.com/dalepotter)

- `ValueError` when parsing edge-case `GovDateInput` input data
- Removes call to a private WTForm `Field` method.
- Ensures user-inputted data (i.e. `Field.raw_data`) always takes precedence over default values (i.e. `Field.data`)


## [1.2.0](https://github.com/LandRegistry/govuk-frontend-wtf/releases/tag/1.2.0) - 23/11/2021

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="govuk-frontend-wtf",
version="1.2.0",
version="1.2.1",
author="Matt Shaw",
author_email="matthew.shaw@landregistry.gov.uk",
description="GOV.UK Frontend WTForms Widgets",
Expand Down

0 comments on commit 1717ef5

Please sign in to comment.