Skip to content

Commit 036088f

Browse files
committed
0.0.7
1 parent f6bf45c commit 036088f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.7
4+
5+
1. Add `form_tag` to render form tag
6+
37
## 0.0.6
48

59
1. Update `checkbox`, `radio select`, `checkbox select multiple` styles, make css classes can be managed via formify helper.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-formify"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a modern look."
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)