Skip to content

Commit 699e9a0

Browse files
amurekiofek
andauthored
feat: Add Django 4.2 to the list of classifiers (#762)
* Add Django 4.2 to the list of classifiers PyPI already has packages under new classifier: https://pypi.org/search/?c=Framework+%3A%3A+Django+%3A%3A+4.2 New version is about to be released in April, while we already have 4.2b1 beta release version. * Run update-classifiers --------- Co-authored-by: Ofek Lev <[email protected]>
1 parent a1b2f10 commit 699e9a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/hatchling/metadata/classifiers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '2023.2.8'
1+
VERSION = '2023.2.20'
22

33
SORTED_CLASSIFIERS = [
44
'Development Status :: 1 - Planning',
@@ -119,6 +119,7 @@
119119
'Framework :: Django :: 4',
120120
'Framework :: Django :: 4.0',
121121
'Framework :: Django :: 4.1',
122+
'Framework :: Django :: 4.2',
122123
'Framework :: Django CMS',
123124
'Framework :: Django CMS :: 3.4',
124125
'Framework :: Django CMS :: 3.5',

0 commit comments

Comments
 (0)