Paebbels / pyVersioning

Gather version information and export as any programming language source file for inclusion into compilation.

Home Page:https://paebbels.github.io/pyVersioning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTooling incompatible

kaiteu opened this issue · comments

commented

Error is Triggered by the following module:
from pyTooling.Versioning import SemVersion

pyVersioning has no upper version limit for pyTooling.
This will be added with next version.

The reason is pyTooling renamed the class for v5.0.0.

@kaiteu This problem is blocking a release: buildthedocs/btd#11

I'll see for a workaround.

I added a new group of "after-installation unit tests".

4 out-of 6 are failing, but I should be able to cover such effects now and in future releases. Working on a fix.

Ok, all additional tests are now passing. I'll start the release process in the evening. (See also #17)

v0.12.0 has been released a few days before.