From 5e41096b5f60587a141bc5eb005ede98d7db8441 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 11 2021 00:42:03 +0000 Subject: Adding F34 sla's and bumping the version Signed-off-by: Mohan Boddu --- diff --git a/fedscm_admin/__init__.py b/fedscm_admin/__init__.py index 38cc6a1..e5757e4 100644 --- a/fedscm_admin/__init__.py +++ b/fedscm_admin/__init__.py @@ -59,6 +59,10 @@ STANDARD_BRANCH_SLAS = { 'security_fixes': '2020-11-30', 'bug_fixes': '2020-11-30' }, + 'f34': { + 'bug_fixes': '2022-03-08', + 'security_fixes': '2022-03-08' + }, 'f33': { 'bug_fixes': '2021-11-16', 'security_fixes': '2021-11-16' diff --git a/setup.py b/setup.py index 30edcfe..ffd94a8 100644 --- a/setup.py +++ b/setup.py @@ -20,5 +20,5 @@ setup( packages=['fedscm_admin'], package_dir={'fedscm_admin': 'fedscm_admin'}, url='https://pagure.io/fedscm_admin', - version='1.0.21', + version='1.0.22', )