Skip to content

Commit

Permalink
Release/4.1.0 (#155)
Browse files Browse the repository at this point in the history
* bump version to 4.1.0

* bump version to 4.1.0 pyproject.toml

* replace test requirement url

* update changelog date

* update release date.
  • Loading branch information
FreemanPancake authored May 16, 2024
1 parent eabef47 commit 48daa6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@
Changelog
=========


==========
Unreleased
==========

4.1.0 (2024-05-16)
==================

* feat: Added sites support for Snippets
* add support for python 3.10
* add support for django 4.2
* add support for django >= 4.2
* drop support for django < 3.2
* drop support python < 3.8


4.0.1.dev2 (2022-11-15)
=======================

* feat: Enable add button to create a snippet when adding a SnippetPlugin


4.0.1.dev1 (2022-05-10)
=======================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_snippet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '4.0.1.dev2'
__version__ = '4.1.0'

default_app_config = 'djangocms_snippet.apps.SnippetConfig'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "djangocms-snippet"
version = "4.0.1.dev2"
version = "4.1.0"
authors = [
{name = "Divio AG", email = "[email protected]"},
]
Expand Down

0 comments on commit 48daa6a

Please sign in to comment.