Skip to content

Commit

Permalink
chore: Prepare release 3.2.2 (#1494)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst

* Update __init__.py

* Update classifiers
  • Loading branch information
fsbraun authored Sep 9, 2024
1 parent 60537e6 commit 44255c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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
=========

3.2.2 (2024-09-09)
==================

* fix: Remove version in to Django<5.1

3.2.1 (2024-09-05)
==================

Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.2.1'
__version__ = '3.2.2'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Framework :: Django :: 5.1',
'Framework :: Django CMS',
'Framework :: Django CMS :: 3.8',
'Framework :: Django CMS :: 3.9',
Expand Down

0 comments on commit 44255c8

Please sign in to comment.