We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd54653 commit 11cf8dfCopy full SHA for 11cf8df
CHANGELOG.rst
@@ -4,6 +4,9 @@ Changelog
4
5
Unreleased
6
==========
7
+
8
+1.4.3 (2024-02-07)
9
+==========
10
* fix: URL of `show references` in action list of djangocms-versioning-filer list page
11
* fix: Added CMS_CONFIRM_VERSION4 in test_settings to show intent of using v4
12
* fix: fix circleci build errors
djangocms_references/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "1.4.2"
+__version__ = "1.4.3"
2
3
default_app_config = "djangocms_references.apps.ReferencesConfig"
0 commit comments