summaryrefslogtreecommitdiff
path: root/py/makeversionhdr.py
AgeCommit message (Expand)Author
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
2018-05-02correct path to conf.py in makeversionhdr.pyLars Kellogg-Stedman
2018-02-22py: Use "GEN" consistently for describing files generated in the build.Damien George
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-07-04py/makeversionhdr.py: Update to parse new release line in docs/conf.py.Damien George
2017-05-01py: Fix version header generation when no tags are available.Scott Shawcroft
2017-02-13Change sys.implementation to return circuitpython and the circuitpython versi...Scott Shawcroft
2016-10-14py/makeversionhdr.py: Use any tag to describe the version.Scott Shawcroft
2015-10-30py/makeversionhdr.py: Work with backslashes in paths.omtinez
2015-08-12py/makeversionhdr.py: Use returncode attr to be Python2.7 compat.Damien George
2015-08-11py/makeversionhdr.py: Fallback to using docs version if no git repo.Damien George
2015-05-30py: Get makeqstrdata.py and makeversionhdr.py running under Python 2.6.Damien George
2015-05-25py: Make makeversionhdr.py extract version from docs/conf.py if no git.Damien George
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George