Skip to content

Commit

Permalink
bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Apr 23, 2024
1 parent aaec619 commit 370f17a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
Changelog
=========

Unreleased
==========
4.1.0 (Unreleased)
=======================

* 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'

0 comments on commit 370f17a

Please sign in to comment.