From f02590325f3fd49aae361848ae80bafcf8134071 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 17 Aug 2023 14:30:57 +0000 Subject: [PATCH] chore(release): 1.6.8 [skip ci] ## [1.6.8](https://github.com/ForestAdmin/django-forest/compare/v1.6.7...v1.6.8) (2023-08-17) ### Bug Fixes * **smart_field:** don't try to compute smart fields on null relations ([#146](https://github.com/ForestAdmin/django-forest/issues/146)) ([33673a1](https://github.com/ForestAdmin/django-forest/commit/33673a186bb34ff58f7070c122be8f818c022beb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c6b06..2b81498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.8](https://github.com/ForestAdmin/django-forest/compare/v1.6.7...v1.6.8) (2023-08-17) + + +### Bug Fixes + +* **smart_field:** don't try to compute smart fields on null relations ([#146](https://github.com/ForestAdmin/django-forest/issues/146)) ([33673a1](https://github.com/ForestAdmin/django-forest/commit/33673a186bb34ff58f7070c122be8f818c022beb)) + ## [1.6.7](https://github.com/ForestAdmin/django-forest/compare/v1.6.6...v1.6.7) (2023-08-11) diff --git a/package.json b/package.json index 49537df..aaee787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.6.7", + "version": "1.6.8", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 25e4090..12d4797 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.6.7 +version = 1.6.8 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown