File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
Copyright (c) 2008 Ross Poulton (Trading as Jutda),
2
- Copyright (c) 2008-2020 django-helpdesk contributors.
2
+ Copyright (c) 2008-2021 django-helpdesk contributors.
3
3
All rights reserved.
4
4
5
5
Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 4
4
5
5
The following chart shows versions of ` django-helpdesk ` that are currently receiving bugfixes and security patches.
6
6
7
- | Version | Supported |
8
- | ------- | ------------------ |
9
- | 0.3.x | :white_check_mark : |
10
- | 0.2.x | :white_check_mark : |
11
- | < 0.2 | :x : |
7
+ | Version | Support History | Last Date of Support |
8
+ | ------- | ------------------ | -------------------------------- |
9
+ | 0.3.x | :white_check_mark : | will be set after release of 0.4 |
10
+ | 0.2.x | :white_check_mark : | 2021-12-31 |
11
+ | < 0.2 | :x : | 2016-10-31
12
12
13
13
## Reporting a Vulnerability
14
14
Original file line number Diff line number Diff line change 23
23
'Programming Language :: Python :: 3.9' ,
24
24
'Programming Language :: Python :: 3.10' ,
25
25
'Framework :: Django :: 2.2' ,
26
- 'Framework :: Django :: 3.0' ,
27
- 'Framework :: Django :: 3.1' ,
28
26
'Framework :: Django :: 3.2' ]
29
27
KEYWORDS = []
30
28
PACKAGES = ['demodesk' ]
Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ def get_long_description():
129
129
"Programming Language :: Python :: 3.10" ,
130
130
"Framework :: Django" ,
131
131
'Framework :: Django :: 2.2' ,
132
- "Framework :: Django :: 3.0" ,
133
- "Framework :: Django :: 3.1" ,
134
132
"Framework :: Django :: 3.2" ,
135
133
"Environment :: Web Environment" ,
136
134
"Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments