LSSTDESC / gcr-catalogs

A Python module that provides a unified interface to access mock galaxy catalogs and more for the LSST DESC
https://github.com/LSSTDESC/gcr-catalogs
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

Update version.py #643

Closed yymao closed 2 weeks ago

yymao commented 2 weeks ago

Increase version to v1.9.0 for the initial support for dataregistry.

@JoanneBogart would you be willing to write a very brief release note?

JoanneBogart commented 2 weeks ago

@yymao Thanks for the quick response. Sure, I can write something for release notes. I guess that happens after this PR is merged.

JoanneBogart commented 2 weeks ago

@yymao as I understand it the remaining steps to get to a release are

Do we want to publish? Are there parts of this you plan to do or should I do all of it? Any special instructions? Thanks.

yymao commented 2 weeks ago

@JoanneBogart

Yes, those are the steps. Once the release is created, github actions should take care of publishing it to Pypi and conda-forge.

To create the release, we will use the tag name v1.9.0 and a release note similar to what we wrote before. Here's an example: https://github.com/LSSTDESC/gcr-catalogs/releases/tag/v1.8.0

Feel free to do both or one of these steps.