Comment 7 for bug 1662058

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

Reviewed: https://review.openstack.org/429562
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=35404c7a741d919afbd74fcd268affccc7df10d2
Submitter: Jenkins
Branch: master

commit 35404c7a741d919afbd74fcd268affccc7df10d2
Author: Rui Chen <email address hidden>
Date: Mon Feb 6 16:16:22 2017 +0800

    Set client module __version__

    According to PEP 396, the version of client library
    should be set in xxxclient.__version__, that help
    python-openstackclient command "module list" to get
    the right plugin module versions.

    Change-Id: Iea53e561ab197f4ef1b4855422c748417d808fab
    Partial-Bug: #1662058