v0.1.0, 2010-12-01 -- Initial release.
v0.2.0, 2011-01-04 -- Add exc.reraise.
v0.3.0, 2011-04-13 -- Add replacefile.
v0.3.1, 2011-04-14 -- Make replacefile copy mode bits.
v0.4.0, 2012-04-26 -- Add exc.retry, retry_func.
v0.5.0, 2016-12-04 -- Add dicts, graph, toposort.
v0.6.0, 2017-10-30 -- Add tk, out, timing, ProgressBar.
v0.6.1, 2017-11-06 -- Add tk.form.Message, KeyValueField, validation hooks.
v0.6.2, 2017-11-21 -- Ensure that tk subpackage gets into tarball.
v0.6.3, 2017-11-22 -- Use find_packages() to include tk subpackage.
v0.7.0, 2018-06-06 -- add commands.py.
v0.7.1, 2018-10-09 -- add tk.form.FloatField.
v0.7.2, 2018-12-20 -- add exc.describe(), translate_to(), raise_from().
v0.7.3, 2018-12-21 -- change Python 3 exc.translate_to() exception chaining
v0.7.4, 2018-12-21 -- add exc.suppress(), suppress_errno()
v0.7.5, 2019-01-03 -- fix a couple bugs in janitor.Janitor.
v0.7.6, 2019-01-04 -- add exc.capture(), uncapture()
v0.8.0, 2019-01-10 -- add find.py with exactly_one(), at_most_one()
