Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2023-07-13)

### Features

* **django_new_version:** add support for django 4.1 and 4.2 ([#137](#137)) ([b0898ff](b0898ff))
  • Loading branch information
forest-bot committed Jul 13, 2023
1 parent b0898ff commit 021b9c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/ForestAdmin/django-forest/compare/v1.5.0...v1.6.0) (2023-07-13)


### Features

* **django_new_version:** add support for django 4.1 and 4.2 ([#137](https://github.com/ForestAdmin/django-forest/issues/137)) ([b0898ff](https://github.com/ForestAdmin/django-forest/commit/b0898ff033f533960e711a63101c8be0c8c9d87e))

# [1.5.0](https://github.com/ForestAdmin/django-forest/compare/v1.4.11...v1.5.0) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-forest",
"version": "1.5.0",
"version": "1.6.0",
"description": "The official Django liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-forestadmin
version = 1.5.0
version = 1.6.0
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 021b9c4

Please sign in to comment.