Create a VCS tag at each release

Issue #24 resolved
Ben Finney created an issue

Please create a VCS tag in the repository, at the point of each released version.

There should be one version tag representing each version released to PyPI.

Comments (5)

  1. Ben Finney reporter

    Ideally this is done as part of the procedure for making every release: tag the final commit in the VCS with a version tag (e.g. release/1.2.3); create the distribution; upload to PyPI.

  2. Ben Finney reporter

    Thank you.

    Would it make sense to add tags now, corresponding to each the historical release at PyPI? That will make it easier to understand what code people are talking about, if they've pinned a dependency to a historical release.

  3. Log in to comment