Skip to content

Commit

Permalink
chore: Prepare 1.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 30, 2024
1 parent 7f3d8ad commit c37d36e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

1.3.4 (2024-09-30)
==================

* fix pin django-entangled dependency to < 0.6

1.3.3 (2024-07-11)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
13. Github actions will publish the new package to pypi
"""

__version__ = "1.3.3"
__version__ = "1.3.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"django-filer>=1.7",
"easy-thumbnails",
"djangocms-attributes-field>=1",
"django-entangled>=0.5.4",
"django-entangled>=0.5.4,<0.6",
]

EXTRA_REQUIREMENTS = {
Expand Down

0 comments on commit c37d36e

Please sign in to comment.