You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: