From ec96538a54d7e332563a8418533148f9bb79af0a Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Mon, 18 Oct 2021 00:57:31 -0400 Subject: [PATCH] Set end date for official 0.2 support, update license copyright years --- LICENSE | 2 +- SECURITY.md | 10 +++++----- demo/setup.py | 2 -- setup.py | 2 -- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 681780e4..d1c6237a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright (c) 2008 Ross Poulton (Trading as Jutda), -Copyright (c) 2008-2020 django-helpdesk contributors. +Copyright (c) 2008-2021 django-helpdesk contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/SECURITY.md b/SECURITY.md index a7a7459f..ce7ca9fc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,11 @@ The following chart shows versions of `django-helpdesk` that are currently receiving bugfixes and security patches. -| Version | Supported | -| ------- | ------------------ | -| 0.3.x | :white_check_mark: | -| 0.2.x | :white_check_mark: | -| < 0.2 | :x: | +| Version | Support History | Last Date of Support | +| ------- | ------------------ | -------------------------------- | +| 0.3.x | :white_check_mark: | will be set after release of 0.4 | +| 0.2.x | :white_check_mark: | 2021-12-31 | +| < 0.2 | :x: | 2016-10-31 ## Reporting a Vulnerability diff --git a/demo/setup.py b/demo/setup.py index 07eaf55f..99dc0d46 100644 --- a/demo/setup.py +++ b/demo/setup.py @@ -23,8 +23,6 @@ CLASSIFIERS = ['Development Status :: 4 - Beta', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Framework :: Django :: 2.2', - 'Framework :: Django :: 3.0', - 'Framework :: Django :: 3.1', 'Framework :: Django :: 3.2'] KEYWORDS = [] PACKAGES = ['demodesk'] diff --git a/setup.py b/setup.py index f02c847e..1ec57c35 100644 --- a/setup.py +++ b/setup.py @@ -129,8 +129,6 @@ setup( "Programming Language :: Python :: 3.10", "Framework :: Django", 'Framework :: Django :: 2.2', - "Framework :: Django :: 3.0", - "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Environment :: Web Environment", "Operating System :: OS Independent",