We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These versions are stale (they are not auto-incremented) which can cause issues with Voila loading the wrong version.
https://github.com/finos/perspective/blob/master/python/perspective/perspective/widget/widget.py#L144
The text was updated successfully, but these errors were encountered:
It also seems like the bumpversion script did not pick up 0.4.3 nor 0.4.2.post1.
bumpversion
0.4.3
0.4.2.post1
Sorry, something went wrong.
Since we have the package.json, can we just ship that and then read the version out of it?
Then lerna can manage all the versioning and we can delete bumpversion
That sounds much nicer. I'll work it in.
It's generally a bad idea to load up random files at runtime, but we would be loading up the _version.py file anyway
Merge pull request #923 from finos/fix-pyver
43af2a8
Fix for #921: unifies versioning between JS and Python libraries
sc1f
Successfully merging a pull request may close this issue.
These versions are stale (they are not auto-incremented) which can cause issues with Voila loading the wrong version.
https://github.com/finos/perspective/blob/master/python/perspective/perspective/widget/widget.py#L144
The text was updated successfully, but these errors were encountered: