File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+
6
+ ==========
5
7
Unreleased
6
8
==========
9
+
10
+ 4.1.0 (2024-05-16)
11
+ ==================
12
+
7
13
* feat: Added sites support for Snippets
8
14
* add support for python 3.10
9
- * add support for django 4.2
15
+ * add support for django >= 4.2
10
16
* drop support for django < 3.2
11
17
* drop support python < 3.8
12
18
19
+
13
20
4.0.1.dev2 (2022-11-15)
14
21
=======================
22
+
15
23
* feat: Enable add button to create a snippet when adding a SnippetPlugin
16
24
25
+
17
26
4.0.1.dev1 (2022-05-10)
18
27
=======================
19
28
Original file line number Diff line number Diff line change 1
- __version__ = '4.0.1.dev2 '
1
+ __version__ = '4.1.0 '
2
2
3
3
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " djangocms-snippet"
7
- version = " 4.0.1.dev2 "
7
+ version = " 4.1.0 "
8
8
authors = [
9
9
{name = " Divio AG" , email = " info@divio.ch" },
10
10
]
You can’t perform that action at this time.
0 commit comments