You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the same issue also happens with Kaptive. I pulled both the Kleborate and Kaptive repos just today. Kaptive version should be v2.0.5, but running the script returned v2.0.3. It turns out that the __version__ variable in the kaptive.py script was not updated accordingly.
Checked the commits logs of both repos. Lastest commits were corresponding to the latest versions.
Thanks! I've fixed this in both Kleborate and Kaptive and made new releases of each. The new releases are functionally identical to previous releases, so no need to upgrade if you can live with the version mismatch 😄
Hi, I've installed kleborate following directions from here: https://github.com/katholt/Kleborate/wiki/Installation
And found that
kleborate --version
is reportingKleborate v2.2.0
when I expect it to report 2.3.1I think it may be because the
version.py
file included in the v2.3.1 github tag specifies2.2.0
? https://github.com/katholt/Kleborate/blob/v2.3.1/kleborate/version.pyIf this is true could you please update this file and re-release 2.3.1 or perhaps release 2.3.2?
Curtis
The text was updated successfully, but these errors were encountered: