manuskript/manuskript/functions
Jan Wester c797b5a18b Log the git revision if applicable
During development, the version number does not have much meaning... but
when faced with a reported issue, you would still like to know in more
detail what version of the Manuskript code was at work there.

Knowing the exact git revision will hopefully make it easier to
troubleshoot such issues in the future.

Note: this code takes special care to not rely on external modules
(we have enough dependencies) or even the git executable (invoking a
program can be relatively slow on some operating systems). It might not
handle all the edge cases, but I think it should cover our needs well
enough.
2021-04-08 18:44:28 +02:00
..
__init__.py Log the git revision if applicable 2021-04-08 18:44:28 +02:00
spellchecker.py Fixed LanguageTool spellchecker working with newer versions 2021-04-04 22:30:33 +02:00