Fix incorrect ISO time format.

An incorrect time format that was used in version 0.6 and prior.
Version 0.7 between 1.0 support this format on read only and will write
out the correct  format (so they can be used to convert older timelines).
This commit is contained in:
Jonathan Bernard
2016-11-01 09:57:36 -05:00
parent 237f5026f2
commit d3fc1cdf9c
2 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.6.0"
version = "0.7.0"
author = "Jonathan Bernard"
description = "Personal Time Keeper"
license = "MIT"