Skip to content
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

BUG: Fix setup.py to work in maintenance branches. #19120

Merged
merged 1 commit into from
May 28, 2021

Conversation

charris
Copy link
Member

@charris charris commented May 28, 2021

Backport of #19096.

This fixes setup.py to correctly detect the release status and base
version from the full version string provided by versioneer. Before
this fix, versions like '1.22.0.dev0+...' were correctly handled,
but versions like '1.21.0rc1+...' were not.

This fixes setup.py to correctly detect the release status and base
version from the full version string provided by versioneer. Before
this fix, versions like '1.22.0.dev0+...' were correctly handled,
but versions like '1.21.0rc1+...' were not.
@charris charris added this to the 1.21.0 release milestone May 28, 2021
@charris charris merged commit a6e0503 into numpy:maintenance/1.21.x May 28, 2021
@charris charris deleted the fix-numpy-version branch November 27, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant