Skip to content

Increase version number in auto-releases? #255

Description

@jafingerhut

If you do git tag -l on this repository as of 2026-May-28, you see these versions:

$ git tag -l
v0.10.0
v0.11.0
v0.11.1
v0.12.0
v0.9.4

If you look on the pypi.org release history page for the ptf package here: https://pypi.org/project/ptf/#history you will see these versions:

0.12.0 2026-May-02
0.10.0 2023-Jun-22
0.9.4 2023-Jun-13
0.9.3 2022-Jan-13
0.9.2 2022-Jan-13
0.9.1 2021-Sep-07

Version.txt contains version 0.11.1, which I believe was the last version to be released via the latest automatic monthly release process, which I believe creates a tag in this repo, but DOES NOT create new version published to pypi.org.

It would be good to clean this up a bit, perhaps by doing the following:

  • Increase the version number in Version.txt to something numerically larger than the 0.12.0 maximum version number that is published to pypi.org, perhaps 0.13.0 ?
  • Maybe document somewhere that tags 0.11.x are actually later versions of the code than tag 0.12.0, due to mistakes that we made. If we can change the names of those tags, maybe that is a good idea, too, but I'm not very knowledgeable of whether updating git tags might cause trouble for anyone.
  • I don't know if it would be a good idea to try to automate publishing of new versions to pypi.org or not. Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions