We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be916b commit afc8951Copy full SHA for afc8951
circuitpython_build_tools/target_versions.py
@@ -23,7 +23,6 @@
23
# THE SOFTWARE.
24
25
VERSIONS = [
26
- {"tag": "1.0.0", "name": "1.x"},
27
- {"tag": "2.0.0", "name": "2.x"},
28
- {"tag": "3.0.0-alpha.1", "name": "3.x-beta"},
+ {"tag": "2.1.0", "name": "2.1.0"},
+ {"tag": "3.0.0-alpha.1", "name": "3.0.0-alpha.1"},
29
]
0 commit comments