Gert Van Gool
Gert Van Gool
When creating annotated tags (by passing a message into them), you can use `git describe`. For us, this is wanted behavior (anyone can see exactly what version they're using), but...
Adds a new option (`-f`) to store the filename, if none is specified use the current default filename (`mptsd-output.ts`).
Allow the user to disable the network output with the (new) -N option.
When `$show_day_month` is false, but `$show_military` is true, we can render a clock with date information. Previously, `$show_day_month` had no effect on the output.
This fixes compatibility for Django 1.10+. Tox will now run extra tests for Django 1.10 and 1.11. I've also started running tests againts Python 3.5.
- Declare support for Django 6.0 - Test against Django 6.0 Fixes #152