* Updated `Version.parse` to better handle PEP 440 versions produced by Dunamai itself.
Specifically, in `1.2.3.post4.dev5`, the post number becomes the distance and the dev number is ignored.
In `1.2.3.dev5`, the dev number becomes the distance.
* Added `increment` argument to `bump_version` and `Version.bump`.
([Contributed by legendof-selda](https://github.com/mtkennerly/dunamai/pull/54))
* Fixed Git detection when there is a "dubious ownership" error.
Previously, `from git` would report that it was not a Git project,
and `from any` would report that it could not detect a VCS.
Now, both commands report that there is dubious ownership.
* Improved error reporting for `from any` VCS detection.
The error now specifies which VCSes were checked and which were not found to be installed.