Skip to content

Commit ec96538

Browse files
committedOct 18, 2021
Set end date for official 0.2 support, update license copyright years
1 parent 122d8f7 commit ec96538

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2008 Ross Poulton (Trading as Jutda),
2-
Copyright (c) 2008-2020 django-helpdesk contributors.
2+
Copyright (c) 2008-2021 django-helpdesk contributors.
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification,

‎SECURITY.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
The following chart shows versions of `django-helpdesk` that are currently receiving bugfixes and security patches.
66

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
1212

1313
## Reporting a Vulnerability
1414

‎demo/setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
'Programming Language :: Python :: 3.9',
2424
'Programming Language :: Python :: 3.10',
2525
'Framework :: Django :: 2.2',
26-
'Framework :: Django :: 3.0',
27-
'Framework :: Django :: 3.1',
2826
'Framework :: Django :: 3.2']
2927
KEYWORDS = []
3028
PACKAGES = ['demodesk']

‎setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def get_long_description():
129129
"Programming Language :: Python :: 3.10",
130130
"Framework :: Django",
131131
'Framework :: Django :: 2.2',
132-
"Framework :: Django :: 3.0",
133-
"Framework :: Django :: 3.1",
134132
"Framework :: Django :: 3.2",
135133
"Environment :: Web Environment",
136134
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)