Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Prepare release of version 2.1.0 #72

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading