From a0acc366f4d21b1f99f143a2d30f7265b2185d06 Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 29 Oct 2018 16:02:07 -0400 Subject: [PATCH] Reenable 2.x bundle We're reenabling the 2.x bundle until we've made it clear through guide updates etc that we're deprecating it. --- circuitpython_build_tools/target_versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/circuitpython_build_tools/target_versions.py b/circuitpython_build_tools/target_versions.py index b768626..dab6c1f 100644 --- a/circuitpython_build_tools/target_versions.py +++ b/circuitpython_build_tools/target_versions.py @@ -25,6 +25,7 @@ # The tag specifies which version of CircuitPython to use for mpy-cross. # The name is used when constructing the zip file names. VERSIONS = [ + {"tag": "2.3.1", "name": "2.x"}, {"tag": "3.0.0", "name": "3.x"}, {"tag": "4.0.0-alpha.2", "name": "4.x"}, ]