- Dec 21, 2018
-
-
Damien George authored
It's more robust to have the version defined statically in a header file, rather than dynamically generating it via git using a git tag. In case git doesn't exist, or a different source control tool is used, it's important to still have the uPy version number available.
-
- Feb 22, 2018
-
-
Damien George authored
-
- Jul 04, 2017
-
-
Damien George authored
The line in docs/conf.py with the release/version number was recently changed and this patch makes the makeversionhdr.py script work again.
-
- Oct 30, 2015
-
-
omtinez authored
This script may be called by Windows IDEs (e.g. Visual Studio) and be passed paths with backslashes.
-
- Aug 12, 2015
-
-
Damien George authored
-
- Aug 11, 2015
-
-
Damien George authored
Addresses issue #1420.
-
- May 30, 2015
-
-
Damien George authored
These scripts should run under as wide a range of Python versions as possible.
-
- May 25, 2015
-
-
Damien George authored
Addresses issue #1285.
-
- Apr 28, 2015
-
-
Damien George authored
Also rename py-version.h to mpversion.h for consistency with mpconfig.h.
-