Skip to content

Commit 6c7ebb4

Browse files
authored
Merge pull request #640 from bckohan/trove_classifiers
Update trove classifiers
2 parents 0abde43 + f7fe6b8 commit 6c7ebb4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

polymorphic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Please see LICENSE and AUTHORS for more information.
77
"""
88

9-
VERSION = "3.1.0"
9+
VERSION = "4.1.1"
1010

1111
# version synonym for backwards compatibility
1212
__version__ = VERSION

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers =
1919
Framework :: Django :: 4.1
2020
Framework :: Django :: 4.2
2121
Framework :: Django :: 5.0
22+
Framework :: Django :: 5.1
23+
Framework :: Django :: 5.2
2224
Intended Audience :: Developers
2325
License :: OSI Approved :: BSD License
2426
Operating System :: OS Independent
@@ -29,6 +31,7 @@ classifiers =
2931
Programming Language :: Python :: 3.10
3032
Programming Language :: Python :: 3.11
3133
Programming Language :: Python :: 3.12
34+
Programming Language :: Python :: 3.13
3235
Topic :: Database
3336

3437
[options]

0 commit comments

Comments
 (0)