Comment 1 for bug 1848364

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ec2-api (master)

Reviewed: https://review.opendev.org/688991
Committed: https://git.openstack.org/cgit/openstack/ec2-api/commit/?id=6e56a244f713cbf8531c6ed79322cf63ab029ea9
Submitter: Zuul
Branch: master

commit 6e56a244f713cbf8531c6ed79322cf63ab029ea9
Author: Alfredo Moralejo <email address hidden>
Date: Wed Oct 16 19:41:43 2019 +0200

    Remove version attribute from setup.cfg

    This project uses pbr so it uses git tags and Sem-Ver pseudo header in
    commit messages. Having versin setup.cfg can lead to conflicts and
    errors when trying to get the package version using setup.py --version.

    Note that pbr provides the Sem-Ver "magic" works to bump releases
    without adding a tag [1].

    [1] https://docs.openstack.org/pbr/latest/user/features.html#version

    Change-Id: I83f5c66d80601bd241b2e7e5ed0682c96000c32f
    Closes-Bug: #1848364