-
Notifications
You must be signed in to change notification settings - Fork 5
Bump version 0.5.0 #108
New issue
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
Bump version 0.5.0 #108
Conversation
|
@RobPasMue and @mkundu1. I don't think the changes from #101 ever made it back into the main branch so the VTK dependency is not right on main. Probably that should be put back onto main before this. |
@dnwillia-work Comparing main and release-0.4, VTK version looks to be fine in the main branch: https://github.com/pyansys/pyfluent-visualization/blob/main/pyproject.toml#L29 https://github.com/pyansys/pyfluent-visualization/blob/release/0.4/pyproject.toml#L29 |
Yeah, ok, I see. I guess I got confused by the fact that the main branch seems to have a release number that is before the latest package we have released. Is it supposed to be like that? |
|
Looks like the release branch and the main branch are both updated regarding the VTK change. I think it's just that the main branch has defined its version as 0.4.0. I recommend you to always "version" your main branch one minor version ahead of your release branch and with the "dev" version in patch. For example:
This is a typical version naming convention throughout the PyAnsys libraries |
|
Consumed these changes in the intermittent dev release (#111) |
No description provided.