juju / txjuju

A Twisted-based Juju client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txjuju deb package version doesn't match __version___ defined in txjuju/__init__.py

blackboxsw opened this issue · comments

When building a deb package via launchpad's package build recipe, the package versions that result are versioned as follows:
"0.9.0a1-0~36~ubuntu16.04.1" (where 36 is the LP build commit #)

The issue is that "0.9.0a1" doesn't match the defined version in txjuju/init.py:
__version__ = "0.9.0a2"