-
Notifications
You must be signed in to change notification settings - Fork 243
Updated release notes and pyproject for 0.101.0rc0 #2998
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
Conversation
|
Like Heberto I don't fully understand the DEV flag? So in this type of release would the dev be False? Or you don't need to change that? |
|
@samuelgarcia this is an edge case, what do you think? |
|
Also super tiny, but if we decide to do some sort of automated changelog in the future this is 0.101.0rc0, no? In the title of the PR :) |
|
The DEV must be False in pypi release. It tell the code that for sure the install not in editable mode and then for installing SI inside conatiners then we use the pypi. So yes DEV=False for every release and then True just after. |
…ce into prepare-0.100.0rc0
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
|
@samuelgarcia DEV=False is merged. Can someone approve this so we cut the pre-release for @DradeAW ? |
|
Thanks guys! |
@samuelgarcia
I would merge this (#2827) first and release 0.100.7 bug fixes.
then this is ready to follow!