Skip to content

Commit

Permalink
release 4.1.1 for djangocms-snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Jul 2, 2024
1 parent 48daa6a commit e32af10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ Changelog
Unreleased
==========

4.1.0 (2024-05-16)
4.1.1 (2024-07-02)
==================

* feat: Added sites support for Snippets

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

* add support for python 3.10
* add support for django >= 4.2
* drop support for django < 3.2
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.1.0'
__version__ = '4.1.1'

default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 comments on commit e32af10

Please sign in to comment.