v3.0.2
matthijskooijman
released this
19 May 13:10
·
101 commits
to master
since this release
This release primarily fixes an off-by-one-day error in the CSV export, which could lead to extra data in exports (#576).
Note that the 3.0.x releases currently still have some rough edges resulting from some refactorings and features in progress. If you're happy with version 2.2.x, you might not want to upgrade just yet.
Changes in 3.0.2
- Switch from deprecated xml2po to itstool for translating help files
(issue 583). - Fix off-by-one-day error in CSV exports (issue 576).
- Support Python3.5 again, this was >= 3.6 (issue 582).