Skip to content

Commit f5efb8b

Browse files
committed
1.0.3
1 parent 9a97b5b commit f5efb8b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-template-simplify"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "A set of tools to help simplify your Django templates."
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)