From 9a1e90e2aaa1b966ef59b6f74d6ed81d3bc869ba Mon Sep 17 00:00:00 2001 From: Robert Chisholm Date: Fri, 19 Apr 2024 16:43:52 +0100 Subject: [PATCH] Update course life-cycle flag to Alpha Carpentries standards states a course is Alpha when it has been ran atleast by the author. It must be ran by someone, other than the author to reach Beta. --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index b63484f..3385062 100644 --- a/config.yaml +++ b/config.yaml @@ -14,14 +14,14 @@ carpentry: 'incubator' title: 'Performance Profiling & Optimisation (Python)' # Date the lesson was created (YYYY-MM-DD, this is empty by default) -created: ~ # FIXME +created: 2024-02-01~ # FIXME # Comma-separated list of keywords for the lesson keywords: 'python, profiling, optimisation, data structures, algorithms' # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable -life_cycle: 'pre-alpha' +life_cycle: 'alpha' # License of the lesson license: 'CC-BY 4.0'