griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

Rework how version tags are handled and upgrade to 1.0.0.rc1 #28

Closed susannasiebert closed 5 years ago

susannasiebert commented 5 years ago

The read the docs differentiate between "releases" and "versions" where version is the short X.Y. tag and release is the full tag. In order to support this civicpy/version.py has been updated to also include a __short_version__ variable to store the X.Y. version.

This PR also upgrades to version 1.0.0.rc1 for the upcoming release.