File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
Please see LICENSE and AUTHORS for more information.
7
7
"""
8
8
9
- VERSION = "3 .1.0 "
9
+ VERSION = "4 .1.1 "
10
10
11
11
# version synonym for backwards compatibility
12
12
__version__ = VERSION
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ classifiers =
19
19
Framework :: Django :: 4.1
20
20
Framework :: Django :: 4.2
21
21
Framework :: Django :: 5.0
22
+ Framework :: Django :: 5.1
23
+ Framework :: Django :: 5.2
22
24
Intended Audience :: Developers
23
25
License :: OSI Approved :: BSD License
24
26
Operating System :: OS Independent
@@ -29,6 +31,7 @@ classifiers =
29
31
Programming Language :: Python :: 3.10
30
32
Programming Language :: Python :: 3.11
31
33
Programming Language :: Python :: 3.12
34
+ Programming Language :: Python :: 3.13
32
35
Topic :: Database
33
36
34
37
[options]
You can’t perform that action at this time.
0 commit comments