Skip to content

Commit c631791

Browse files
committed
v4.0.0
1 parent 0df94b6 commit c631791

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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+
## [4.0.0](https://github.com/torchbox/tbxforms/releases/tag/v4.0.0)
20+
1921
### Changed
2022

2123
- Renamed `tbx` template directory and crispy forms template pack to `tbxforms` [#92]

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