Skip to content

zenith-client Python package version different from overall Zenith release #1144

@jcwomack

Description

@jcwomack

I suggest that the version number in setup.cfg for zenith-client should match the tagged version number of the Zenith release it is packaged for:

version = 0.1.0

Currently the version of the released Zenith client container is at odds with the version of the zenith-client Python package:

$ podman image inspect azimuth-cloud/zenith-client:0.15.0 | jq '.[].Labels."org.opencontainers.image.version"'
"0.15.0"
$ podman exec zenith-client /venv/bin/python -m pip list | grep -E '^zenith'
zenith-client      0.1.0

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