Skip to content

Commit 2b60c18

Browse files
committed
django-imagefield 0.20
1 parent 2cf5916 commit 2b60c18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Change log
66
Next version
77
~~~~~~~~~~~~
88

9+
0.20 (2024-11-18)
10+
~~~~~~~~~~~~~~~~~
11+
912
- Added support for setting ``IMAGEFIELD_AUTOGENERATE = False``. Previously,
1013
only ``True`` or an iterable were supported.
1114
- Dropped compatibility with Python 3.8 and 3.9.

imagefield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.1"
1+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)