From e711abbf7e3a98c387e815081f2ebe0303d67f50 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 6 Dec 2023 11:38:37 +0100 Subject: [PATCH] ci: Prepare release of version 2.1.0 (#72) * Update CHANGELOG.rst * Update classifiers in setup.py * Drop direct django-treebeard dependency --- CHANGELOG.rst | 24 ++++++++++++++++++------ setup.py | 3 ++- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 578abc225..b75fe2bed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,13 +3,25 @@ Changelog ========= -unreleased -========== - -* Added support for Django 3.2 & 4 -* Dropped support for Python < 3.8 -* Dropped support for Django < 3.2 +2.1.0 (2022-12-06) +================== +## What's Changed +* feat: Support for Django 4.2 and django CMS 3.11 +* Port github actions by @NarenderRajuB in https://github.com/django-cms/djangocms-icon/pull/34 +* IMPROVEMENT: Add note for JS and CSS Files by @crydotsnake in https://github.com/django-cms/djangocms-icon/pull/37 +* Create PULL_REQUEST_TEMPLATE.md by @Kaushal-Dhungel in https://github.com/django-cms/djangocms-icon/pull/39 +* FEATURE: adjust setup metadata by @crydotsnake in https://github.com/django-cms/djangocms-icon/pull/41 +* build: Update dependencies to modern versions by @marksweb in https://github.com/django-cms/djangocms-icon/pull/43 +* fix: Updated mention of fontawesome 4 being default [#38] by @marksweb in https://github.com/django-cms/djangocms-icon/pull/44 +* feat: Dark mode support for iconpicker by @fsbraun in https://github.com/django-cms/djangocms-icon/pull/46 + +## New Contributors +* @NarenderRajuB made their first contribution in https://github.com/django-cms/djangocms-icon/pull/34 +* @crydotsnake made their first contribution in https://github.com/django-cms/djangocms-icon/pull/37 +* @Kaushal-Dhungel made their first contribution in https://github.com/django-cms/djangocms-icon/pull/39 +* @marksweb made their first contribution in https://github.com/django-cms/djangocms-icon/pull/43 +* @fsbraun made their first contribution in https://github.com/django-cms/djangocms-icon/pull/46 2.0.0 (2020-09-02) ================== diff --git a/setup.py b/setup.py index 554864f76..c607988bf 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ REQUIREMENTS = [ 'django-cms>=3.10', 'djangocms-attributes-field>=1', - 'django-treebeard>=4.3,<4.5', ] @@ -24,6 +23,8 @@ 'Framework :: Django', 'Framework :: Django :: 3.2', 'Framework :: Django :: 4.0', + 'Framework :: Django :: 4.1', + 'Framework :: Django :: 4.2', 'Framework :: Django CMS', 'Framework :: Django CMS :: 3.10', 'Framework :: Django CMS :: 3.11',