Conversation
Member
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Looks good!
This might also be useful: https://github.com/geopandas/geopandas/wiki/Release-checklist. It's my short checklist for when I do geopandas releases
| style = pep440 | ||
| versionfile_source = pygeos/_version.py | ||
| versionfile_build = pygeos/_version.py | ||
| tag_prefix = |
Member
There was a problem hiding this comment.
Compared to what we have in pandas/geopandas, there we also have a parentdir_prefix entry.
But, I don't really understand what this is supposed to do (and tested this branch, which seems to work correctly to set the version and to create sdists)
Member
Author
There was a problem hiding this comment.
I tested with and without and saw no difference either.. also not sure what it is about.
Member
Author
|
0.4 is out! I took the liberty of copying your release checklist |
Member
|
Thanks! And installing it from conda forge is working nicely :) |
jorisvandenbossche
pushed a commit
to jorisvandenbossche/shapely
that referenced
this pull request
Nov 29, 2021
Add versioneer and geos_version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following #42 . This doesn't include the release notes.