Skip to content

Commit

Permalink
ci: Prepare release of version 2.1.0 (#72)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst

* Update classifiers in setup.py

* Drop direct django-treebeard dependency
  • Loading branch information
fsbraun authored Dec 6, 2023
1 parent d358846 commit e711abb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
REQUIREMENTS = [
'django-cms>=3.10',
'djangocms-attributes-field>=1',
'django-treebeard>=4.3,<4.5',
]


Expand All @@ -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',
Expand Down

0 comments on commit e711abb

Please sign in to comment.