Skip to content

Commit 1469d9a

Browse files
committed
0.0.5
1 parent 2516cb4 commit 1469d9a

File tree

4 files changed

+7
-26
lines changed

4 files changed

+7
-26
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Changelog
2+
3+
## 0.0.5
4+
5+
1. Initial release

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-formify
22
=====================
33

4-
Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a sleek, modern look.
4+
Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a modern look.
55

66
Topics
77
------

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "django-formify"
3-
version = "0.0.4"
4-
description = "Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a sleek, modern look."
3+
version = "0.0.5"
4+
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"
77
homepage = "https://github.com/rails-inspire-django/django-formify"

src/django_formify/templates/formify/tailwind/components/field_wrapper.html

-23
This file was deleted.

0 commit comments

Comments
 (0)