Skip to content

Commit 48daa6a

Browse files
Release/4.1.0 (#155)
* bump version to 4.1.0 * bump version to 4.1.0 pyproject.toml * replace test requirement url * update changelog date * update release date.
1 parent eabef47 commit 48daa6a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,27 @@
22
Changelog
33
=========
44

5+
6+
==========
57
Unreleased
68
==========
9+
10+
4.1.0 (2024-05-16)
11+
==================
12+
713
* feat: Added sites support for Snippets
814
* add support for python 3.10
9-
* add support for django 4.2
15+
* add support for django >= 4.2
1016
* drop support for django < 3.2
1117
* drop support python < 3.8
1218

19+
1320
4.0.1.dev2 (2022-11-15)
1421
=======================
22+
1523
* feat: Enable add button to create a snippet when adding a SnippetPlugin
1624

25+
1726
4.0.1.dev1 (2022-05-10)
1827
=======================
1928

djangocms_snippet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.0.1.dev2'
1+
__version__ = '4.1.0'
22

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "djangocms-snippet"
7-
version = "4.0.1.dev2"
7+
version = "4.1.0"
88
authors = [
99
{name = "Divio AG", email = "info@divio.ch"},
1010
]

0 commit comments

Comments
 (0)