Skip to content

Commit

Permalink
Release 1.4.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardvdv authored Jul 6, 2022
1 parent e3764d3 commit 7cd4c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

unreleased
==========

1.4.1 (2022-07-06)
==================
* fix: Fieldsets should remain in the same order when compliance number is read only

1.4.0 (2022-06-29)
Expand Down
2 changes: 1 addition & 1 deletion djangocms_content_expiry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.4.0"
__version__ = "1.4.1"

default_app_config = "djangocms_content_expiry.apps.DjangocmsContentExpiryConfig"

0 comments on commit 7cd4c4e

Please sign in to comment.