stac-utils / stac-fastapi

STAC API implementation with FastAPI.
https://stac-utils.github.io/stac-fastapi/
MIT License
226 stars 99 forks source link

Release/v3.0.0a0 #685

Closed vincentsarago closed 2 months ago

vincentsarago commented 2 months ago

Q: 3.0.0.alpha0 or 3.0.0a0 ?

also takes care of #648

bump2version major --new-version 3.0.0.alpha0 --no-tag 
jonhealy1 commented 2 months ago

I think a0 seems right but maybe alpha0 is just as good?

jonhealy1 commented 2 months ago

Should we put the bumpversion command example in the CONTRIBUTING.md file?

vincentsarago commented 2 months ago

pystac uses 3.0.0a0 notation so I guess we should do it as well