spacetelescope / style-guides

An opinionated guide on how we work.
Creative Commons Attribution 4.0 International
55 stars 33 forks source link

Versioning Guide #28

Closed stscicrawford closed 1 year ago

stscicrawford commented 6 years ago

The versioning guide is great and contains a lot of detail. In the future, we may want to revisit it to take a look at having it focus more directly on the recommendations and saving some of the detail (especially the python 2.x which likely can be depreciated as we are recommending Python 3 only support -- but it is currently useful!)

pllim commented 5 years ago

For Python packages that have releases, https://github.com/spacetelescope/relic is a submodule one can use to not worry about hardcoding version in setup; it sets the version from your git tag.

pllim commented 1 year ago

Fixed by #118