From 6c9ef1932582a2bd3c4395656d3b1b3060da876d Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 3 Aug 2023 15:03:54 +0000 Subject: [PATCH] chore(release): 1.6.4 [skip ci] ## [1.6.4](https://github.com/ForestAdmin/django-forest/compare/v1.6.3...v1.6.4) (2023-08-03) ### Bug Fixes * **debug:** add stacktraces when errors occurs ([#142](https://github.com/ForestAdmin/django-forest/issues/142)) ([88bb485](https://github.com/ForestAdmin/django-forest/commit/88bb485ec958b406278a57fed7e180ef64c30fbc)) --- 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 7bce5e6..aa53d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.4](https://github.com/ForestAdmin/django-forest/compare/v1.6.3...v1.6.4) (2023-08-03) + + +### Bug Fixes + +* **debug:** add stacktraces when errors occurs ([#142](https://github.com/ForestAdmin/django-forest/issues/142)) ([88bb485](https://github.com/ForestAdmin/django-forest/commit/88bb485ec958b406278a57fed7e180ef64c30fbc)) + ## [1.6.3](https://github.com/ForestAdmin/django-forest/compare/v1.6.2...v1.6.3) (2023-07-28) diff --git a/package.json b/package.json index 34bd89a..2ce7473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.6.3", + "version": "1.6.4", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 83e1e07..457005e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.6.3 +version = 1.6.4 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown