Skip to content

Commit ba7a15e

Browse files
committed
v4.3.1
1 parent 6c672a6 commit ba7a15e

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616

1717
## Unreleased
1818

19+
## [4.3.1](https://github.com/torchbox/tbxforms/releases/tag/v4.3.1)
20+
21+
### Fixed
22+
23+
- Radio fields not being marked as `required` when set to be [#98]
24+
1925
## [4.3.0](https://github.com/torchbox/tbxforms/releases/tag/v4.3.0)
2026

2127
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tbxforms",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"main": "./dist/tbxforms.umd.js",
55
"module": "./dist/tbxforms.es.js",
66
"files": [
@@ -9,7 +9,7 @@
99
"dist/**/*.scss"
1010
],
1111
"description": "A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds",
12-
"author": "Kyle Bayliss <kyle.bayliss@torchbox.com>",
12+
"author": "Kyle Bayler <kyle.bayler@torchbox.com>",
1313
"private": false,
1414
"license": "BSD-2-Clause",
1515
"repository": {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "tbxforms"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds"
55
authors = [
6-
"Kyle Bayliss <kyle.bayliss@torchbox.com>"
6+
"Kyle Bayler <kyle.bayler@torchbox.com>"
77
]
88
license = "BSD-2-Clause"
99
readme = "README.md"

0 commit comments

Comments
 (0)