Skip to content

Commit 690725a

Browse files
committed
chore(release): 1.6.11 [skip ci]
## [1.6.11](v1.6.10...v1.6.11) (2023-11-17) ### Bug Fixes * **segments:** add an util to handle live query ([#149](#149)) ([8c896ed](8c896ed))
1 parent 8c896ed commit 690725a

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.11](https://github.com/ForestAdmin/django-forest/compare/v1.6.10...v1.6.11) (2023-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **segments:** add an util to handle live query ([#149](https://github.com/ForestAdmin/django-forest/issues/149)) ([8c896ed](https://github.com/ForestAdmin/django-forest/commit/8c896ed59355b2b0b99688f61911ba4e2296bd5b))
7+
18
## [1.6.10](https://github.com/ForestAdmin/django-forest/compare/v1.6.9...v1.6.10) (2023-11-07)
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.10",
3+
"version": "1.6.11",
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.10
3+
version = 1.6.11
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)