Skip to content

Commit 8dfd289

Browse files
authored
chore: Prepare release 2.0.1 (#52)
1 parent 0b4a035 commit 8dfd289

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
33
=========
44

5+
2.0.1 (2025-11-10)
6+
==================
7+
8+
* pre-commit hook updates by @bencipher in https://github.com/django-cms/djangocms-transfer/pull/25
9+
* Update the pks for internal child plugins by @mrbazzan in https://github.com/django-cms/djangocms-transfer/pull/49
10+
* django-cms 5.0 compatibility & restored import callback invocation by @florianschieder in https://github.com/django-cms/djangocms-transfer/pull/46
11+
12+
**New Contributors**
13+
14+
* @bencipher made their first contribution in https://github.com/django-cms/djangocms-transfer/pull/25
15+
* @florianschieder made their first contribution in https://github.com/django-cms/djangocms-transfer/pull/46
16+
17+
518
2.0.0 (2025-08-09)
619
==================
720

djangocms_transfer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"
22

33
default_app_config = "djangocms_transfer.apps.TranferConfig"
44

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Framework :: Django :: 4.2",
3535
"Framework :: Django :: 5.0",
3636
"Framework :: Django :: 5.1",
37+
"Framework :: Django :: 5.2",
3738
"Framework :: Django CMS",
3839
"Framework :: Django CMS :: 4.1",
3940
"Framework :: Django CMS :: 5.0",

0 commit comments

Comments
 (0)