Skip to content

Commit 99af05e

Browse files
committed
0.0.8
1 parent 16499e9 commit 99af05e

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.8
4+
5+
1. Exclude `attrs` from outer context.
6+
37
## 0.0.7
48

59
1. Add `form_tag` to render form tag

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.7"
3+
version = "0.0.8"
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)