Skip to content

Commit

Permalink
Update setup.py (#214)
Browse files Browse the repository at this point in the history
* Update setup.py

Removing redundant `django-treebeard` dependency, as discussed #209

* Update CHANGELOG.rst

---------

Co-authored-by: Fabian Braun <[email protected]>
petrklus and fsbraun authored Feb 17, 2023
1 parent 8473549 commit a7625fc
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ Unreleased
* Dropped support for django < 3.2
* Dropped support for python < 3.8
* fix: Remove deprecated test suite assertEquals
* fix: Remove outdated treebeard dependency

3.1.0 (2022-08-19)
==================
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@
'django-cms>=3.7',
'django-filer>=1.7',
'djangocms-attributes-field>=1',
'django-treebeard>=4.3,<4.5',
]


0 comments on commit a7625fc

Please sign in to comment.