Skip to content

Commit

Permalink
build: Remove requirement on django-treebeard (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jul 4, 2023
1 parent e5091cd commit 3abc497
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Unreleased
==========


2.1.1 (2023-07-04)
==================

* Remove requirement on django-treebeard.


2.1.0 (2023-06-29)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_audio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.1.1'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
REQUIREMENTS = [
'django-cms>=3.7',
'django-filer>=1.7',
'djangocms-attributes-field>=1',
'django-treebeard>=4.3,<4.5',
'djangocms-attributes-field>=1'
]


Expand Down

0 comments on commit 3abc497

Please sign in to comment.