Skip to content

Commit 23b68b5

Browse files
committed
Updates for 2.1.0 release
1 parent 90cbb4b commit 23b68b5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

1717
## Unreleased
1818

19+
## [2.1.0](https://github.com/torchbox/tbxforms/releases/tag/v2.1.0)
20+
1921
### Changed
2022

2123
- Allow required fields to be highlighted instead of optional ones [#78]

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": "2.0.1",
3+
"version": "2.1.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 = "2.0.1"
3+
version = "2.1.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)