~savoy/ade

0.10.1 2 years ago

ade-0.10.1.7z
sha256:aa650dda3cea2be286cbb631c46cf86c172e013fb0d7677100292b059f761d31
v0.10.1

When creating spreadsheets for any ade report, duplicate filenames would
automatically create a new file with a version tag (i.e.
client_revenue_v1). Due to the sorting method used, the attempt to find
the most recent version to +1 to it would crash due to using regex on a
Path object instead of a string. This version corrects this behavior and
multiple versioned reports past v1 can now be safely created.