File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ Change Log
14
14
Unreleased
15
15
~~~~~~~~~~
16
16
17
+ [3.2.0] - 2024-03-12
18
+ ~~~~~~~~~~~~~~~~~~~~
19
+
20
+ Added
21
+ +++++
22
+ * Adding python 3.12 support.
23
+ * Removed django32 support.
17
24
18
25
[3.1.0] - 2023-07-21
19
26
~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ def is_requirement(line):
119
119
classifiers = [
120
120
'Development Status :: 4 - Beta' ,
121
121
'Framework :: Django' ,
122
- 'Framework :: Django :: 3.2' ,
123
122
'Framework :: Django :: 4.2' ,
124
123
'Intended Audience :: Developers' ,
125
124
'License :: OSI Approved :: Apache Software License' ,
126
125
'Natural Language :: English' ,
127
126
'Programming Language :: Python :: 3' ,
128
127
'Programming Language :: Python :: 3.8' ,
128
+ 'Programming Language :: Python :: 3.12' ,
129
129
],
130
130
)
Original file line number Diff line number Diff line change 4
4
5
5
from django .dispatch import Signal
6
6
7
- __version__ = '3.1 .0'
7
+ __version__ = '3.2 .0'
8
8
9
9
10
10
# This signal is emitted when a user task reaches any final state:
You can’t perform that action at this time.
0 commit comments