Skip to content

Commit 9bef646

Browse files
committed
Bump version to 0.41.2.
1 parent 14b39dd commit 9bef646

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

django_unicorn/CHANGELOG.md

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

3+
## v0.41.2
4+
5+
- Fix: Handle excluding a field's attribute when the field is `None`.
6+
7+
[All changes since 0.41.1](https://github.com/adamghill/django-unicorn/compare/0.41.1...0.41.2).
8+
39
## v0.41.1
410

511
- Fix: Handle component classes with a `bool` class attribute and a `form_class` with a `BooleanField`. Reported by [zurtri](https://github.com/zurtri)

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-unicorn"
3-
version = "0.41.1"
3+
version = "0.41.2"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)