tag releases within the dists as well (for debugging, mostly)

This commit is contained in:
Josh Klar
2019-07-24 20:54:06 -07:00
parent 39e3a65955
commit 39220beddb
5 changed files with 33 additions and 15 deletions

View File

@@ -1,3 +1,8 @@
try:
from kmk.release_info import KMK_RELEASE
except Exception:
KMK_RELEASE = 'copied-from-git'
CIRCUITPYTHON = 'CircuitPython'
MICROPYTHON = 'MicroPython'