Skip to content

Commit e09081e

Browse files
committed
pre 1.0.7
1 parent ef2f382 commit e09081e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.7
4+
5+
1. Supports using components in pure Python code
6+
2. Add doc about the `NameSpace`
7+
38
## 1.0.6
49

510
1. Return 404 instead of raising exception if preview not found.

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-viewcomponent"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
description = "Build reusable components in Django, inspired by Rails ViewComponent"
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)