Skip to content

Commit 2728c16

Browse files
committed
v4.3.0
1 parent 7d74a0a commit 2728c16

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.0](https://github.com/torchbox/tbxforms/releases/tag/v4.3.0)
20+
21+
### Added
22+
23+
- Allow per-form override of `settings.TBXFORMS_HIGHLIGHT_REQUIRED_FIELDS` [#97]
24+
1925
## [4.2.0](https://github.com/torchbox/tbxforms/releases/tag/v4.2.0)
2026

2127
### Fixed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tbxforms",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "./dist/tbxforms.umd.js",
55
"module": "./dist/tbxforms.es.js",
66
"files": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tbxforms"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
description = "A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds"
55
authors = [
66
"Kyle Bayliss <[email protected]>"

0 commit comments

Comments
 (0)