We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a97b5b commit f5efb8bCopy full SHA for f5efb8b
CHANGELOG.md
@@ -1 +1,9 @@
1
# Changelog
2
+
3
+## 1.0.3
4
5
+1. Supports `!` in `class_names`
6
7
+## 1.0.2
8
9
+1. Initial release
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-template-simplify"
-version = "1.0.2"
+version = "1.0.3"
description = "A set of tools to help simplify your Django templates."
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
0 commit comments