Skip to content

Commit 17d69db

Browse files
committed
chore(release): 1.6.9 [skip ci]
## [1.6.9](v1.6.8...v1.6.9) (2023-10-20) ### Bug Fixes * **smart_fields:** don't compute smart field on null relations ([#147](#147)) ([c588940](c588940))
1 parent c588940 commit 17d69db

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.9](https://github.com/ForestAdmin/django-forest/compare/v1.6.8...v1.6.9) (2023-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **smart_fields:** don't compute smart field on null relations ([#147](https://github.com/ForestAdmin/django-forest/issues/147)) ([c588940](https://github.com/ForestAdmin/django-forest/commit/c588940f0e7fecc9ec92e8248407c604b057b0a0))
7+
18
## [1.6.8](https://github.com/ForestAdmin/django-forest/compare/v1.6.7...v1.6.8) (2023-08-17)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-forest",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"description": "The official Django liana for Forest.",
55
"scripts": {
66
"prepare": "husky install",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-forestadmin
3-
version = 1.6.8
3+
version = 1.6.9
44
description = The Django Liana for Forest Admin.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)